Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

They are security tokens that contain information about a user’s identity and authentication status and rely on OpenID Connect (OIDC), a free authentication standard. ID tokens are relevant in single sign-on (SSO) authentication procedures such as OAuth 2.0 and assure that a user’s identity is legitimate throughout the authentication operations.

Purposes :

  1. Provides info about user to the RP (Relying Party)

  2. Proves user’s authentication by the IDP (Identity Provider)

  3. Enables SSO

  4. Implements authorization policies based on user’s attributes or roles

  5. Reduces network latency and bandwidth by avoiding unnecessary calls to the IDP

  6. Enhances security and privacy (minimizing exposure of sensitive user data)

  • No labels