OIDC (OpenID Connect)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/oidc/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/oidc/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/oidc/)
Use the native HTML custom element.
An identity layer built on top of OAuth 2.0 that adds standardized user authentication to the authorization framework. In addition to access tokens, OIDC issues a signed ID token (a JWT) containing claims about the authenticated user such as sub, email, and name. It defines standard endpoints — authorization, token, userinfo, and JWKS — enabling interoperable single sign-on and identity federation across providers.