We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b67aa commit e6957bdCopy full SHA for e6957bd
1 file changed
vanillajs-spa/App/public/authConfig.js
@@ -6,7 +6,7 @@
6
const msalConfig = {
7
auth: {
8
9
- // clientId: "Enter_the_Application_Id_Here", // This is the ONLY mandatory field that you need to supply
+ clientId: "Enter_the_Application_Id_Here", // This is the ONLY mandatory field that you need to supply
10
// WORKFORCE TENANT
11
authority: "https://login.microsoftonline.com/Enter_the_Tenant_Info_Here", // Replace the placeholder with your tenant info
12
// EXTERNAL TENANT
0 commit comments