parent
d8af622b93
commit
0d2dacbf2e
1 changed files with 4 additions and 2 deletions
@ -1,8 +1,10 @@ |
|||||||
# OpenID |
# 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> |
<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/'>Official Website</BadgeLink> |
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://openid.net/connect/'>What is OpenID</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…
Reference in new issue