You are on page 1of 10

TDL IDAMP

LET’S BUILD
FUNDAMENTAL COMPONENTS

• Protocols
• IDAMP Modules
PROTOCOLS
OAUTH 2.0

• Overarching patterns for granting authorization but does not define how to
actually perform authentication
• contents and structure of that Access Token are undefined by default. 
• No support for Federated identity
PROTOCOLS

OPENID CONNEC T (OIDC)

• Oauth focuses exclusively on authorization, OIDC explicitly adds identity


and authentication concerns
• Adds and strictly defines an ID Token for returning user information
• Simplified case of OAuth, not a replacement. It uses the same
terminology and concepts.
• Claims Management - embedded within our Access and ID Tokens. 
OIDC SSO FLOW
IDAMP Modules

IDP COMPONENTS

You might also like