Fixed OAuth instructions for Azure

This commit is contained in:
Ignasi Barrera 2016-09-01 09:56:16 +02:00
parent 913fdeb168
commit 0fd013da06
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ mvn clean install -Plive \
To run the live test against Azure Active directory using the client_credentials grant type with a certificate and private key:
mvn clean install -Plive \
-Dtest.jclouds.oauth.credential-type=clientCredentialsP12 \
-Dtest.jclouds.oauth.credential-type=clientCredentialsP12AndCertificate \
-Dtest.jclouds.oauth.resource=https://management.azure.com/ \
-Dtest.oauth.endpoint=https://login.microsoftonline.com/<tenant id>/oauth2/token \
-Dtest.jclouds.oauth.audience=https://login.microsoftonline.com/<tenant id>/oauth2/token