Home
Back to Glossary

OIDC

Pages
1
References
1
Related Terms
3

Definition

OIDC is an identity layer on top of OAuth 2.0 that adds ID Tokens and user information so clients can authenticate end users.

Background

OpenID Connect Core, maintained by the OpenID Foundation, uses OAuth 2.0 flows to communicate end-user identity to clients.

Position

It sits next to OAuth and PKCE as the concept that separates authentication from authorization in external service connections.

Distinctions

  • OAuth delegates access; OIDC communicates authenticated identity.
  • OpenID Connect is distinct from the older OpenID 2.0 protocol.
External Reference OpenID Connect Core 1.0 Standard

Primary source-backed reference selected for this concept.

Sources

A concept map for OIDC.

Page Context

Pages