OAuth 2.0 is an authorization method used to provide access to resources over the HTTP protocol. In this section, you can find detailed information about OAuth 2.0 and a tutorial that demonstrates how to enable OAuth 2.0 authorization for a REST request.
ReadyAPI stores the OAuth 2.0 authentication profiles in the Authorization manager, so you can later apply them to other requests or test steps. Also, you can use such profiles to specify different authorization settings in various environments.
OAuth 2.0 Azure
Microsoft’s version of OAuth 2.0 requires additional fields to get an access token (for example the resource
field). To support these fields, ReadyAPI provides an additional authorization type - OAuth 2.0 (Azure). Select this type if you use Azure Active Directory.
![]() |
Not all grant methods are currently supported. See Grants Methods for details. |