Skip to content

Commit 79d6b15

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#93074
Updated line 81 to 84 to update note section with all the possible values in issuer to clarify endpoints.
1 parent 87ad1e1 commit 79d6b15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/active-directory/develop/active-directory-v2-protocols.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ https://login.microsoftonline.com/<issuer>/oauth2/v2.0/token
7777

7878
# NOTE: These are examples. Endpoint URI format may vary based on application type,
7979
# sign-in audience, and Azure cloud instance (global or national cloud).
80+
81+
# The {issuer} value in the path of the request can be used to control who can sign into the application.
82+
# The allowed values are **common** for both Microsoft accounts and work or school accounts,
83+
# **organizations** for work or school accounts only, **consumers** for Microsoft accounts only,
84+
# and **tenant identifiers** such as the tenant ID or domain name.
8085
```
8186

8287
To find the endpoints for an application you've registered, in the [Azure portal](https://portal.azure.com) navigate to:

0 commit comments

Comments
 (0)