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
# Vanilla JavaScript single-page application using MSAL.js to authenticate users against Azure Active Directory
20
+
# Vanilla JavaScript single-page application using MSAL.js to authenticate users with Azure Active Directory
21
21
22
22
*[Overview](#overview)
23
23
*[Scenario](#scenario)
@@ -61,15 +61,16 @@ This sample demonstrates a Vanilla JavaScript single-page application (SPA) that
61
61
* A modern web browser.
62
62
* An **Azure AD** tenant. For more information, see: [How to get an Azure AD tenant](https://docs.microsoft.com/azure/active-directory/develop/test-setup-environment#get-a-test-tenant)
63
63
* A user account in your **Azure AD** tenant.
64
-
64
+
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Azure portal](https://portal.azure.com) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
or download and extract the repository *.zip* file.
@@ -87,10 +88,10 @@ or download and extract the repository *.zip* file.
87
88
88
89
There is one project in this sample. To register it, you can:
89
90
90
-
* follow the steps below for manually register your apps
91
-
* or use PowerShell scripts that:
92
-
***automatically** creates the Azure AD applications and related objects (passwords, permissions, dependencies) for you.
93
-
* modify the projects' configuration files.
91
+
- follow the steps below for manually register your apps
92
+
- or use PowerShell scripts that:
93
+
-**automatically** creates the Azure AD applications and related objects (passwords, permissions, dependencies) for you.
94
+
- modify the projects' configuration files.
94
95
95
96
<details>
96
97
<summary>Expand this section if you want to use this automation:</summary>
@@ -175,7 +176,7 @@ Were we successful in addressing your learning objective? Consider taking a mome
175
176
<summary>Expand for troubleshooting info</summary>
176
177
177
178
Use [Stack Overflow](http://stackoverflow.com/questions/tagged/msal) to get support from the community. Ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.
178
-
Make sure that your questions or comments are tagged with [`azure-active-directory``react``ms-identity``adal``msal`].
179
+
Make sure that your questions or comments are tagged with [`azure-active-directory``ms-identity``adal``msal`].
0 commit comments