/
Authentication
Authentication
Karsten Markmann
Owned by Karsten Markmann
Sept 17, 2021
Analytics
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
Content on this page:
Related content
Postman Example
Postman Example
Read with this
Authentication
Authentication
More like this
Authorization
Authorization
Read with this
Authentication
Authentication
More like this
Authentication
Authentication
More like this
The information on this page is based on Link 2.12