Skip to content

Commit b59769a

Browse files
author
Frank Hu
authored
(AzureCXP) Fixing Typo
(AzureCXP) Fixing Typo ------- cc: @mmacy GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/47233
1 parent 18bb04e commit b59769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/access-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GET https://<tenant-name>.b2clogin.com/tfp/<tenant-name>.onmicrosoft.com/<policy
6868
client_id=<application-ID>
6969
&nonce=anyRandomValue
7070
&redirect_uri=https://jwt.ms
71-
&scope=https://tenant-name>.onmicrosoft.com/api/read
71+
&scope=https://<tenant-name>.onmicrosoft.com/api/read
7272
&response_type=code
7373
```
7474

0 commit comments

Comments
 (0)