From 0fd013da067098d3a5e35a8b81cfc14ce1c1cbb7 Mon Sep 17 00:00:00 2001 From: Ignasi Barrera Date: Thu, 1 Sep 2016 09:56:16 +0200 Subject: [PATCH] Fixed OAuth instructions for Azure --- apis/oauth/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/oauth/README b/apis/oauth/README index 73e6e5b5ca..304cbbcb7a 100644 --- a/apis/oauth/README +++ b/apis/oauth/README @@ -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//oauth2/token \ -Dtest.jclouds.oauth.audience=https://login.microsoftonline.com//oauth2/token