Skip to content

Commit 0e7af6f

Browse files
Add missing account type
Added the missing "Personal Microsoft accounts only" audience type to the table.
1 parent 02c70a2 commit 0e7af6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ After the application has been registered, you can check or change the account t
2424
| Accounts in this organizational directory only (Single tenant) | `AzureADMyOrg` |
2525
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) | `AzureADMultipleOrgs` |
2626
| Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) | `AzureADandPersonalMicrosoftAccount` |
27+
| Personal Microsoft accounts only | `PersonalMicrosoftAccount` |
2728

2829
If you change this property you may need to change other properties first.
2930

0 commit comments

Comments
 (0)