From 0d2dacbf2ee7a4a1cfa32ca01f6dabb0737dbae6 Mon Sep 17 00:00:00 2001 From: qrav <32140063+Qraven@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:27:23 +0200 Subject: [PATCH] Update OpenID resources Co-authored-by: Kamran Ahmed --- .../content/109-apis/106-authentication/105-openid.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/101-backend/content/109-apis/106-authentication/105-openid.md b/content/roadmaps/101-backend/content/109-apis/106-authentication/105-openid.md index 423d84e77..93e33ea10 100644 --- a/content/roadmaps/101-backend/content/109-apis/106-authentication/105-openid.md +++ b/content/roadmaps/101-backend/content/109-apis/106-authentication/105-openid.md @@ -1,8 +1,10 @@ # OpenID -OpenID is an open standard and decentralized authentication protocol promoted by the non-profit OpenID Foundation. +OpenID is a protocol that utilizes the authorization and authentication mechanisms of OAuth 2.0 and is now widely adopted by many identity providers on the Internet. +It solves the problem of needing to share user's personal info between many different web services(e.g. online shops, discussion forums etc.) Free Content Official Website What is OpenID -An Illustrated Guide to OAuth and OpenID Connect +OAuth vs OpenID +An Illustrated Guide to OAuth and OpenID Connect \ No newline at end of file