Join us to learn how to configure the OpenID Connect authentication provider to allow users to authenticate at Google/ Gmail to access a Salesforce environment.
What is OpenID Connect?
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It allows Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the End-User.
Check OpenID Connect (OIDC) Flow in Salesforce here for more details.
In SAML the user is redirected from the Service Provider(SP) to the IdentityProvider(IP) for sign in. In OpenID Connect the user is redirected from Relying Party to the Open ID Provider for sign in.
In OpenID connect we get an id_token which is a signed JSON token that contains the subject, issuer and other user information. However in SAML we have a concept of assertion.
Integration between Google and Salesforce
Check below recording to learn about how to integrate Salesforce with google.
Agenda
What is OpenID Connect?
Difference between OpenID and OAuth 2.0
Difference between OpenID and SAML
Explore the Salesforce Open Id playground
Integration between Google and Salesforce (walkthrough with demo)
February 24, 2021 at 08:30PM Click here for more details...
=============================
The original post is available in Apex Hours by Amit Chaudhary
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================
Post a Comment