Skip to content

Commit e170f88

Browse files
authored
Merge pull request #4576 from shaedrich/patch-3
Create topic "OIDC"
2 parents 8ae429b + 710fb27 commit e170f88

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

topics/oidc/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: OpenID connect (OIDC)
3+
short_description: OIDC is an authentication protocol that is often used as an SSO method.
4+
topic: oidc
5+
created_by: OpenID Foundation, Google, Microsoft
6+
released: February 26, 2014
7+
related: saml, sso, oauth, oauth2, jwt, pkce, 2fa, mfa, totp, webauthn
8+
aliases: openid-connect
9+
url: https://openid.net/developers/how-connect-works/
10+
wikipedia_url: https://en.wikipedia.org/wiki/OpenID#OpenID_Connect_(OIDC)
11+
---
12+
**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 commit comments

Comments
 (0)