Merge pull request #443 from AssafKr/patch-3

Update example.ps1
This commit is contained in:
jcaparas
2017-03-20 17:40:00 -07:00
committed by GitHub

View File

@ -1,8 +1,6 @@
$tenantId = '{Your Tenant ID}'
$clientId = '{Your Client ID}'
$clientSecret = '{Your Client Secret}'
$authUrl = "https://login.windows.net/{0}/oauth2/token" -f $tenantId
$authUrl = 'Your Authorization URL'
$clientId = 'Your Client ID'
$clientSecret = 'Your Client Secret'
$tokenPayload = @{
"resource"='https://graph.windows.net'