-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathoauth.xml
28 lines (22 loc) · 917 Bytes
/
oauth.xml
1
<server description="OAuth API Requester"> <!-- Enable features --> <featureManager> <feature>zosconnect:apiRequester-1.0</feature> </featureManager> <zosconnect_apiRequesters location="/var/zcee/shared/apiRequesters" idAssertion="ASSERT_ONLY"> <apiRequester name="cscvinc_1.0.0" requireSecure="false"/> </zosconnect_apiRequesters> <zosconnect_endpointConnection id="cscvincAPI" host="https://wg31.washington.ibm.com" port="9463" authenticationConfigRef="myoAuthConfig"/> <zosconnect_oAuthConfig id="myoAuthConfig" grantType="password" authServerRef="myoAuthServer"/> <zosconnect_authorizationServer id="myoAuthServer" tokenEndpoint="https://wg31.washington.ibm.com:26213/oidc/endpoint/OP/token" basicAuthRef="tokenCredential" sslCertsRef="OutboundSSLSettings" /> <zosconnect_authData id="tokenCredential" user="zCEEClient" password="secret"/></server>