OpenID Connect
Last updated
Last updated
OpenID
= OAuth 2.0
+ Authentication.
OpendID is a token based authentication layer over OAuth 2.0 protocol.
It was created to provide federated authentication in Web and Mobile apps, allowing users to login in different apps using the credentials of a single identity.
It is based in concepts like:
Authentication flows;
Access Tokens;
Tokens updates;
Checkable Identities.