We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfcbed commit 3cd6ef5Copy full SHA for 3cd6ef5
vanillajs-spa/App/public/authConfig.js
@@ -5,7 +5,7 @@
5
*/
6
const msalConfig = {
7
auth: {
8
-
+ clientId: "Enter_the_Application_Id_Here",
9
// WORKFORCE TENANT
10
authority: "https://login.microsoftonline.com/Enter_the_Tenant_Info_Here", // Replace the placeholder with your tenant info
11
// EXTERNAL TENANT
0 commit comments