Skip to content

Commit 3eb66a0

Browse files
authored
Merge pull request #108539 from sureshja/master
Personal Microsoft accounts updates.
2 parents 717005a + 5fc88cb commit 3eb66a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ Example value:
244244
Specifies what Microsoft accounts are supported for the current application. Supported values are:
245245
- **AzureADMyOrg** - Users with a Microsoft work or school account in my organization's Azure AD tenant (for example, single tenant)
246246
- **AzureADMultipleOrgs** - Users with a Microsoft work or school account in any organization's Azure AD tenant (for example, multi-tenant)
247-
- **AzureADandPersonalMicrosoftAccount** - Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant
247+
- **AzureADandPersonalMicrosoftAccount** - Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant
248+
- **PersonalMicrosoftAccount** - Personal accounts that are used to sign in to services like Xbox and Skype.
248249

249250
Example value:
250251
`AzureADandPersonalMicrosoftAccount`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The value you select for this property has implications on other app object prop
2929

3030
See the following table for the validation differences of various properties for different supported account types.
3131

32-
| Property | `AzureADMyOrg` | `AzureADMultipleOrgs` | `AzureADandPersonalMicrosoftAccount` |
32+
| Property | `AzureADMyOrg` | `AzureADMultipleOrgs` | `AzureADandPersonalMicrosoftAccount` and `PersonalMicrosoftAccount` |
3333
|--------------|---------------|----------------|----------------|
3434
| Application ID URI (`identifierURIs`) | Must be unique in the tenant <br><br> urn:// schemes are supported <br><br> Wildcards are not supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit* on number of identifierURIs | Must be globally unique <br><br> urn:// schemes are supported <br><br> Wildcards are not supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit* on number of identifierURIs | Must be globally unique <br><br> urn:// schemes are not supported <br><br> Wildcards, fragments and query strings are not supported <br><br> Maximum length of 120 characters <br><br> Maximum of 50 identifierURIs |
3535
| Certificates (`keyCredentials`) | Symmetric signing key | Symmetric signing key | Encryption and asymmetric signing key |

0 commit comments

Comments
 (0)