Skip to content

Instantly share code, notes, and snippets.

@pcibraro
Created March 30, 2016 18:38
Show Gist options
  • Save pcibraro/c53094e7a2dd5c8c825c1a8ef5b85c14 to your computer and use it in GitHub Desktop.
Save pcibraro/c53094e7a2dd5c8c825c1a8ef5b85c14 to your computer and use it in GitHub Desktop.
<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