Forum Discussion

testautomation1's avatar
8 months ago

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.
No RepliesBe the first to reply