Created
March 30, 2016 18:38
-
-
Save pcibraro/c53094e7a2dd5c8c825c1a8ef5b85c14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<http:request-config name="HTTP_Azure_Bridge" host="#[flowVars.settings[0].azure_bridge_host]" port="#[flowVars.settings[0].azure_bridge_port]" doc:name="HTTP Request Configuration" basePath="/SUBSCRIPTIONID" connectionIdleTimeout="60000" responseTimeout="60000"> | |
<oauth2:client-credentials-grant-type clientId="${clientid}" clientSecret="${secret}"> | |
<oauth2:token-request tokenUrl="${token_url}"/> | |
<tls:context> | |
<tls:trust-store insecure="true"/> | |
</tls:context> | |
</oauth2:client-credentials-grant-type> | |
<http:raml-api-configuration location="AzureManagementApi.raml"/> | |
</http:request-config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment