Identity Flows OAuth 2.0

Identity Flows: OAuth 2.0

We’ll look at several core OAuth flows relevant to Salesforce. Join us to learn about Identity Flows OAuth 2.0. User interaction No user interaction Authorisation Code + Secret (Web Server) Implicit Grant (User-Agent) Authorization Code + PKCE  JWT Bearer SAML…

Username and password flow

Username-Password Flow

Allows the client to authenticate using the user’s username and password and a protected secret. Use the username-password authentication flow to authenticate when the consumer already has the user’s credentials. Avoid using this flow because you have to send a…