Authentication and Authorization

Authentication

Authentication is about identity verification, and this is bidirectional.

Server identity verification

A user performs the following steps to verify the server identity to which the user is talking.

Client identity verification

A server uses the credentials provided by the user the identify the user.

Authorization

Authentication and authorization provider

OAuth 2.0

OpenID Connect

References

←Previous Next→