Skip to content

Commit ebb6b2c

Browse files
authored
Merge pull request #230226 from cilwerner/patch-1
[msid][issue] Account type clarification
2 parents 2e86367 + a299fab commit ebb6b2c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/active-directory/develop/supported-accounts-validation.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ ms.reviewer: manrath, sureshja
1515

1616
# Validation differences by supported account types (signInAudience)
1717

18-
When registering an application with the Microsoft identity platform for developers, you're asked to select which account types your application supports. In the application object and manifest, this property is `signInAudience`.
18+
When registering an application with the Microsoft identity platform for developers, you're asked to select which account types your application supports. You can refer to the **Help me choose** link under **Supported account types** during the registration process. The value you select for this property has implications on other app object properties.
1919

20-
The options include the following values:
20+
After the application has been registered, you can check or change the account type that the application supports at any time. Under the **Manage** pane of your application, search for **Manifest** and find the `signInAudience` value. The different account types, and the corresponding `signInAudience` are shown in the following table:
2121

22-
- **AzureADMyOrg**: Only accounts in the organizational directory where the app is registered (single-tenant).
23-
- **AzureADMultipleOrgs**: Accounts in any organizational directory (multi-tenant).
24-
- **AzureADandPersonalMicrosoftAccount**: Accounts in any organizational directory (multi-tenant) and personal Microsoft accounts (for example, Skype, Xbox, and Outlook.com).
22+
| Supported account types (Register an application) | `signInAudience` (Manifest) |
23+
|---------------------------------------------------|-----------------------------|
24+
| Accounts in this organizational directory only (Single tenant) | `AzureADMyOrg` |
25+
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) | `AzureADMultipleOrgs` |
26+
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) | `AzureADandPersonalMicrosoftAccount` |
2527

26-
For registered applications, you can find the value for supported account types on the **Authentication** section of an application. You can also find it under the `signInAudience` property in the **Manifest**.
28+
If you change this property you may need to change other properties first.
2729

28-
The value you select for this property has implications on other app object properties. As a result, if you change this property you may need to change other properties first.
30+
## Validation differences
2931

3032
See the following table for the validation differences of various properties for different supported account types.
3133

0 commit comments

Comments
 (0)