Resource owner password credentials flow

In resource owner password credentials flow, the client authenticates the user by taking the resource owner's username and password through a login interface. It can be used for both access tokens, and refresh tokens and it involves client authentication:

  1. Resource owner enters the username and password in the client's app login screen.
  2. Username and password are passed to the authorization server to authenticate the user.
  3. If the user is authenticated, the authorization server returns the access token.
  4. This access token can be used by the client to access authorized resources.

This type of flow is not recommended to be used for non-trusted sites, as user credentials are exposed to the client application.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.249.210