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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ This sample demonstrates a React & Redux single-page application which lets a us
22
22
23
23
The web API's call to the Microsoft Graph API is made using the [MS Graph SDK](https://docs.microsoft.com/graph/sdks/sdks-overview).
24
24
25
+
> :information_source: This sample is configured to allow sign-ins with *personal Microsoft accounts***ONLY** using the `/consumers` endpoint. If you would like to allow sign-ins with work and school accounts in your tenant, see [this note](./ReadmeFiles/howto-common.md). Learn more about [supported account](https://docs.microsoft.com/azure/active-directory/develop/v2-supported-account-types) types and [validation differences between them](https://docs.microsoft.com/azure/active-directory/develop/supported-accounts-validation).
26
+
25
27
## Key concepts
26
28
27
29
This sample demonstrates the following Azure AD and Microsoft Identity Platform workflows:
@@ -42,8 +44,6 @@ This sample demonstrates the following Azure AD and Microsoft Identity Platform
42
44
43
45

44
46
45
-
> :information_source: This sample is configured to allow sign-ins with *personal Microsoft accounts***ONLY** using the `/consumers` endpoint. If you would like to allow sign-ins with work and school accounts in your tenant, see [this note](./ReadmeFiles/howto-common.md). Learn more about [supported account](https://docs.microsoft.com/azure/active-directory/develop/v2-supported-account-types) types and [validation differences between them](https://docs.microsoft.com/azure/active-directory/develop/supported-accounts-validation).
0 commit comments