We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e7c1f + b59769a commit 5af869eCopy full SHA for 5af869e
articles/active-directory-b2c/access-tokens.md
@@ -68,7 +68,7 @@ GET https://<tenant-name>.b2clogin.com/tfp/<tenant-name>.onmicrosoft.com/<policy
68
client_id=<application-ID>
69
&nonce=anyRandomValue
70
&redirect_uri=https://jwt.ms
71
-&scope=https://tenant-name>.onmicrosoft.com/api/read
+&scope=https://<tenant-name>.onmicrosoft.com/api/read
72
&response_type=code
73
```
74
0 commit comments