From 710fb2720c9deb6a9288739c6abd6247a8f91c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 11 Jan 2025 03:32:28 +0100 Subject: [PATCH] Create topic "OIDC" --- topics/oidc/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 topics/oidc/index.md diff --git a/topics/oidc/index.md b/topics/oidc/index.md new file mode 100644 index 00000000000..73e38737494 --- /dev/null +++ b/topics/oidc/index.md @@ -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.