From 7919c550ecab3c78a2dd07e838f08fe492d4197e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sun, 13 Aug 2023 00:47:45 -0400 Subject: [PATCH] connect from identosphere --- _posts/web-standards/2023-06-03-openid-connect.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_posts/web-standards/2023-06-03-openid-connect.md b/_posts/web-standards/2023-06-03-openid-connect.md index 84cab83b..a1784c71 100644 --- a/_posts/web-standards/2023-06-03-openid-connect.md +++ b/_posts/web-standards/2023-06-03-openid-connect.md @@ -7,7 +7,9 @@ description: authentication built on top of OAuth 2.0 and the use of Claims to c excerpt: > OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It enables Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the End-User in an interoperable and REST-like manner. categories: ["Web Standards"] -tags: ["OpenID","Ubisecure","Identiverse","OpenID Japan","DIF","Sphereon","Auth0","SpruceID","IETF"] -permalink: web-standards/openid-connect/ -last_modified_at: 2023-06-03 +tags: ["OpenID","OpenID Connect","Ubisecure","Identiverse","OpenID Japan","DIF","Sphereon","Auth0","SpruceID","IETF"] +permalink: /web-standards/openid/openid-connect/ +redirect_from: /web-standards/openid-connect/ +canonical_url: "https://decentralized-id.com/web-standards/openid/openid-connect/" +last_modified_at: 2023-08-13 ---