JWT Profile for Authorization Grants

Applies to ReadyAPI 3.51, last modified on March 21, 2024

The JWT Profile for Authorization Grants is one of the OAuth 2.0 grant types supported in ReadyAPI. With this grant, a client application sends a JSON Web Token (JWT) assertion to an authorization server to confirm its identity and get an access token. JWT can be issued by an identity provider or generated in ReadyAPI.

To learn how to configure OAuth 2.0 authentication in ReadyAPI, see Enabling OAuth 2.0 Authentication.

OAuth 2.0: JWT Profile for Authorization Grants

Click the image to enlarge it.

Option Description
OAuth 2 Flow Sets the OAuth 2.0 method to use.
Access Token URL The URL of the authorization server.
JWT Assertion Specifies the JSON Web Token (JWT) assertion that will be used on request for an access token.
Generate JWT Click to generate a JSON Web Token (JWT). The generated token will be written to the JWT Assertion field. See Generating JSON Web Token.
Get Access Token Click this button to retrieve the access token.
Automation Click this button to open the Automated Token Profile editor.

See Also

Client Credentials Grant
Implicit Grant
Resource Owner Password Credentials Grant
OAuth 2.0 Grant Types
Generating JSON Web Token

Highlight search results