Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vanillajs-spa/App/public/authConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const msalConfig = {
auth: {

// 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
// WORKFORCE TENANT
authority: "https://login.microsoftonline.com/Enter_the_Tenant_Info_Here", // Replace the placeholder with your tenant info
// EXTERNAL TENANT
Expand Down