Skip to content

Commit 8ec87fd

Browse files
authored
Merge pull request #112801 from stevemunk/update-scope
correct scope is: https://atlas.microsoft.com/.default.
2 parents 64696bd + cbc46a6 commit 8ec87fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/how-to-secure-daemon-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This article uses the [Postman](https://www.postman.com/) application to create
213213
5. Enter the following URL to address bar (replace `{Tenant-ID}` with the Directory (Tenant) ID, the `{Client-ID}` with the Application (Client) ID, and `{Client-Secret}` with your client secret:
214214

215215
```http
216-
https://login.microsoftonline.com/{Tenant-ID}/oauth2/v2.0/token?response_type=token&grant_type=client_credentials&client_id={Client-ID}&client_secret={Client-Secret}%3D&scope=api%3A%2F%2Fazmaps.fundamentals%2F.default
216+
https://login.microsoftonline.com/{Tenant-ID}/oauth2/v2.0/token?response_type=token&grant_type=client_credentials&client_id={Client-ID}&client_secret={Client-Secret}%3D&scope=https://atlas.microsoft.com/.default
217217
```
218218
219219
6. Select **Send**

0 commit comments

Comments
 (0)