Checklist progress
0/174Learned
Platform Identity and Access Management Architect
Study Checklist
Checklist progress
0/174Learned
Given a scenario, identify the most appropriate OAuth flow
0/12
Given a scenario, recommend appropriate Scope and Configuration of the Connected App for Authorization.
0/8
Describe the various implementation concepts of OAuth
0/8
What is an ID token in OpenID Connect and how does it differ from an access token?
Learn this conceptHow does Salesforce manage access token and refresh token lifetimes?
Learn this conceptWhat are the risks of exposing the consumer secret for a Connected App?
Learn this conceptWhen would an architect use the Salesforce /introspect endpoint versus the /userinfo endpoint?
Learn this conceptHow does token introspection work in Salesforce OAuth?
Learn this conceptGiven a scenario, recommend the Salesforce technologies that should be used to provide identity to the third-party system
0/7
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Identity and Access Management Architect studiers.
When Salesforce acts as a service provider in an OAuth 2.0 token exchange flow, an Apex token exchange handler must validate incoming tokens from an external identity provider. For opaque access tokens and refresh tokens that cannot be validated locally, the handler calls out to either the identity provider's /introspect or /userinfo endpoint to verify the token and retrieve user information.