testautomation1
2 years agoVisitor
ReadyAPI OAuth 2.0 authentication
Hi,
I have recently started using ReadyAPI, mainly for security tests. Our API uses OAuth, but the custom OAuth settings in Ready API does not work for us, as SSO authentication request should be a json request as below:
{
"client_id": "<client_id>",
"client_secret": "<client_secret>"
}
If I hard coded the bearer token in the API header, it expires after 30 minutes while scan is still running.