Terminology Index

Glossary

2953 terms

Open concept maps
N
6
O
26

OpenID Connect (OIDC)

OpenID Connect is an identity layer on OAuth 2.0 that lets a client verify an authentication event through a validated ID Token.

Clients validate issuer, audience, signature, expiry, nonce or transaction binding, and other required claims. Access tokens serve API authorization and should not be treated as interchangeable with ID Tokens.

Introduced in: IAM Engineer Fundamentals

Examples

  • Authorization code flow with PKCE
  • Web application sign-in with an ID Token

No related terms linked yet.