Using REST API Calls for the Resource Owner Password Credentials Grant

Get an access token by using different scenarios in the resource owner password credentials workflow. These scenarios include using the user’s credentials with either the client credentials or a client assertion.

Task Description Additional Information

Obtain an access token by using the user’s credentials and the client credentials.

Get the access token by providing the resource owner’s user name and password and the client credentials.

Obtaining an Access Token by Using the User Credentials Without a Client Assertion

Obtain an access token by using the user’s credentials and a client assertion.

Get the access token by providing the resource owner’s user name and password and a client assertion.

Obtaining an Access Token by Using the User Credentials and a JWT Client Assertion