morehendrix
4 years agoOccasional Visitor
Avoid exfiltering OAuth Credentials in Git Repository
Hi, I am using ReadyAPI to test an OAuth2.0 secured API. I am using a Composite project with Git integration and I do not see how could I make use of Auth Manager without exfiltering my OAuth cr...
- 4 years ago
Hello,
This should be possible by utilizing Encrypted Properties and Property Expansions.
Specify the needed credentials as encrypted project properties.
Then in the Auth Manager create your OAuth2.0 profile.
When specifying the profile parameters use property expansions to point to your defined project properties:
https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html
The settings.xml file should then contain the property expansion syntax rather than the value.
If this is still not what you are looking for please follow up.