Skip to content

Commit 77cc910

Browse files
authored
Merge pull request #93352 from MicrosoftDocs/shwetamathur7-patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#93074
2 parents f11c335 + 79d6b15 commit 77cc910

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)