OpenID Connect is an authentication protocol built on top of OAuth 2.0 to verify a user's identity and provide basic profile information in a standard, secure way. When a user logs in with an Identity Provider (IdP) (such as Google Identity Platform, Microsoft Entra ID, or Okta), an IdP creates an ID token (Java web token) and let applications (relying parties) use this token to confirm the user's identity.
×