Skip to content

Commit 97e3543

Browse files
authored
Merge pull request #100040 from custorod/patch-11
Add requirements to use /common and /consumers with MSA
2 parents 4064c3f + f940db5 commit 97e3543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ The value of `{tenant}` varies based on the application's sign-in audience as sh
7070
| `consumers` |Only users with a personal Microsoft account can sign in to the application. |
7171
| `8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com` | Only users from a specific Azure AD tenant (directory members with a work or school account or directory guests with a personal Microsoft account) can sign in to the application. <br/><br/>The value can be the domain name of the Azure AD tenant or the tenant ID in GUID format. You can also use the consumer tenant GUID, `9188040d-6c67-4c5b-b112-36a304b66dad`, in place of `consumers`. |
7272

73+
> [!TIP]
74+
> Note that when using the `common` or `consumers` authority for personal Microsoft accounts, the consuming resource application must be configured to support such type of accounts in accordance with [signInAudience](https://learn.microsoft.com/en-us/azure/active-directory/develop/supported-accounts-validation).
75+
7376
You can also find your app's OpenID configuration document URI in its app registration in the Azure portal.
7477

7578
To find the OIDC configuration document for your app, navigate to the [Azure portal](https://portal.azure.com) and then:

0 commit comments

Comments
 (0)