Update OpenID resources

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
qrav 2 years ago committed by GitHub
parent d8af622b93
commit 0d2dacbf2e
  1. 6
      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.)
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://openid.net/'>Official Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://openid.net/connect/'>What is OpenID</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=t18YB3xDfXI'>An Illustrated Guide to OAuth and OpenID Connect</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://securew2.com/blog/oauth-vs-openid-which-is-better'>OAuth vs OpenID</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=t18YB3xDfXI'>An Illustrated Guide to OAuth and OpenID Connect</BadgeLink>
Loading…
Cancel
Save