Category Identity and Access Management

Salesforce Identity and Access Management

Identity Flows : OAuth 2.0

Identity Flows OAuth 2.0

We’ll look at several core OAuth flows relevant to Salesforce. User interaction No user interaction Authorisation Code + Secret (Web Server) Implicit Grant (User-Agent) Authorization Code + PKCE  JWT Bearer SAML BearerUsername-Password Intended audience: Architects, developers, security professionals and identity…

Username-Password Flow

Username and password flow

Allows client to authenticate using user’s username and password together with 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 username and…