From 7636fee9d189e4c23b3b0f5cb976e1e7a9827289 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Sep 2016 17:33:20 -0700 Subject: [PATCH] documenting the new graphURL property needed in the experimental auth file --- AUTH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTH.md b/AUTH.md index f24556713767e..a9debbfb38d88 100644 --- a/AUTH.md +++ b/AUTH.md @@ -22,6 +22,7 @@ tenant=########-####-####-####-############ managementURI=https\://management.core.windows.net/ baseURL=https\://management.azure.com/ authURL=https\://login.windows.net/ +graphURL=https\://graph.windows.net/ ``` This approach enables unattended authentication for your application (i.e. no interactive user login, no token management needed). The `client`, `key` and `tenant` are from [your service principal registration](#creating-a-service-principal-in-azure). The `subscription` represents the subscription ID you want to use as the default subscription. The remaining URIs and URLs represent the end points for the needed Azure services, and the example above assumes you are using the Azure worldwide cloud. @@ -86,6 +87,7 @@ You can create a service principal and grant it access privileges for a given su `managementURI=https\://management.core.windows.net/`
`baseURL=https\://management.azure.com/`
`authURL=https\://login.windows.net/`
+ `graphURL=https\://graph.windows.net/`
Make sure to escape the colons (:) with backslashes (\\). 1. You need to grant the created service principal a permission to access the desired Azure subscription. Go to the [Azure portal](http://portal.azure.com) again. 1. Click **Subscriptions** and select the subscription in the list that you want to enable your application to access.