Fixed OAuth instructions for Azure
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/0fd013da Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/0fd013da Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/0fd013da Branch: refs/heads/master Commit: 0fd013da067098d3a5e35a8b81cfc14ce1c1cbb7 Parents: 913fdeb Author: Ignasi Barrera <[email protected]> Authored: Thu Sep 1 09:56:16 2016 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Sep 1 09:56:16 2016 +0200 ---------------------------------------------------------------------- apis/oauth/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/0fd013da/apis/oauth/README ---------------------------------------------------------------------- diff --git a/apis/oauth/README b/apis/oauth/README index 73e6e5b..304cbbc 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/<tenant id>/oauth2/token \ -Dtest.jclouds.oauth.audience=https://login.microsoftonline.com/<tenant id>/oauth2/token
