1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/test/resources/oauth.json
Srinikitha Kondreddy efe3ab36f8
Support for secretfile type neo credential for deployment (#2537)
* Use Oauth bearer token credentials to deploy to neo

* Add test case

* Add test file

* Fix code climate issues

* Add code review changes
2021-01-26 09:29:44 +01:00

6 lines
139 B
JSON

{
"oauthClientId" : "abc123",
"oauthClientSecret" : "testclientsecret123",
"oauthServiceUrl" : "https://api.test.com/oauth2"
}