Skip to content

Commit

Permalink
Create topic "OIDC"
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Jan 11, 2025
1 parent 80ce885 commit 710fb27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions topics/oidc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
display_name: OpenID connect (OIDC)
short_description: OIDC is an authentication protocol that is often used as an SSO method.
topic: oidc
created_by: OpenID Foundation, Google, Microsoft
released: February 26, 2014
related: saml, sso, oauth, oauth2, jwt, pkce, 2fa, mfa, totp, webauthn
aliases: openid-connect
url: https://openid.net/developers/how-connect-works/
wikipedia_url: https://en.wikipedia.org/wiki/OpenID#OpenID_Connect_(OIDC)
---
**OpenID connect** (**OIDC**) is an authentication layer on top of the [OAuth 2.0 authorization framework](https://github.com/topics/oauth2). Beside [SAML](https://github.com/topics/) it's widely known for being used as a [single sign-on](https://github.com/topics/sso) method. It uses [REST](https://github.com/topics/rest-api) and [JSON](https://github.com/topics/json) for communication with the identity provider.

0 comments on commit 710fb27

Please sign in to comment.