> +    */
> +   public static final String AZURE_CREDENTIAL = "oauth.azure-credential";
> +
> +   /**
> +    * When using oauth with Azure Active Direction and Client Credentials, 
> an "azure-identity"
> +    * is the GUID associated with an application given permssion to perform 
> operations in
> +    * Azure Resource Manager.  Only used for OAuth Live Tests.
> +    */
> +   public static final String AZURE_IDENTITY = "oauth.azure-identity";
> +
> +   /**
> +    * When using oauth with Azure Active Direction and Client Credentials, 
> the azure-endpoint
> +    * is the URL https://login.microsoftonline.com/<Tenant ID>/oauth2/token, 
> where <Tenant ID>
> +    * corresponds to your Azure AD Tenant.  Only used for OAuth Live Tests.
> +    */
> +   public static final String AZURE_ENDPOINT = "oauth.azure-endpoint";

Got it. That's fine as long as we can qualify the credential type in a wat that 
allows jclouds to pick the right flow. So it should be ok if at some point we 
need to add that flow too.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/941/files/f375a9fa56cf71f32d857e40f5b93b3e2ef9e9b2#r57820500

Reply via email to