Authentication
- Karsten Markmann
Owned by Karsten Markmann
Nov 25, 2020
1 min read
Loading data...
Authentication refers to the process of confirming identity. While often used interchangeably with authorization, authentication represents a fundamentally different function.
In authentication, a user or application proves they are who they say they are by providing valid credentials for verification. Authentication is often proved through a username and password.
Application Authentication Flows
OpenID Connect and OAuth 2.0 is used to authenticate users and verify their identity.
Application authentication must follow one of these supported flows:
Authorization Code Flow
See also:Â Authorization Code Grant
Resource Owner Flow
See also:Â Resource Owner Password Credentials Exchange
Content on this page:
The information on this page is based on Link 2.10