You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Validation differences by supported account types (signInAudience)
17
17
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.
19
19
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:
21
21
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) |
| 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`|
25
27
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.
27
29
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
29
31
30
32
See the following table for the validation differences of various properties for different supported account types.
0 commit comments