OIDC (OpenID Connect) is an identity authentication protocol built as a layer on top of OAuth 2.0, allowing applications to verify a user's identity through a trusted identity provider. It returns a signed ID token containing user identity claims, enabling single sign-on across websites and applications.

