Password Credentials Flow

a. Client submits client_id,client_secret, usernameand password to the token endpoint.
b. Server returns an Access Token and Refresh Token.

🚧

The Content-Type for this request is application/x-www-form-urlencoded.

πŸ“˜

Because the user needs to submit his credentials, the Password Credentials flow is generally not recommended.

πŸ“˜

Note

A Refresh Token is returned.

Language
Authorization
OAuth2