The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party website or application access to the user's protected resources, without necessarily revealing their long-term credentials or even their identity.
The following steps are necessary for performing a successful OAuth 2 authentication:
1. Application API
2. Generate the Client Id and Secret with a redirect URI
3. Generate access/authorization token
4. Get request sent with the updated headers
5. 200 response code received.
An Authorization token can be generated using the command-line block in Leapwork or C# block. Once you have generated the authorization token simply use the HTTP request block to send the request
For any clarification, please contact our Priority Support.
Comments
0 comments
Please sign in to leave a comment.