Skip to content

Commit f439be4

Browse files
committed
Fixed error in 'POST Token Request' https example (removed '%3D').
1 parent 8be137d commit f439be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ This article uses the [Postman](https://www.postman.com/) application to create
215215
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:
216216

217217
```http
218-
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
218+
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}&scope=https://atlas.microsoft.com/.default
219219
```
220220
221221
6. Select **Send**

0 commit comments

Comments
 (0)