JWT bearer token oAuth 2.0

(Salesforce inbound – Salesforce is server and External System is Client) JWT Bearer Flow allows one system to log into another system without username/password. Instead, it uses: JWT (JSON Web Token) -> a signed secure token Certificate (Private Key) -> to prove identity   Sequence First, External system will create certificate (key pair = Private […]

Single Sign On – SSO

Here, Service Provider (SP) is Salesforce and Identity Provider(IdP) assume as Active Directory. “Single Sign On” Options: Delegated authentication is a single sign-on method that uses a Web service call sent from salesforce.com to an endpoint. Federated authentication, a single sign-on method that uses SAML assertions sent to a Salesforce endpoint.   Configuration Steps Configure […]