Skip to content

Commit 39d210d

Browse files
committed
test fix
1 parent 08a3ba5 commit 39d210d

3 files changed

Lines changed: 1172 additions & 6 deletions

File tree

1-Authentication/3-sign-in-electron/App/authConfig.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ const TENANT_SUBDOMAIN = 'Enter_the_Tenant_Subdomain_Here';
1414
*/
1515
const msalConfig = {
1616
auth: {
17-
clientId: 'Enter_the_Application_Id_Here',
18-
authority: `https://${TENANT_SUBDOMAIN}.ciamlogin.com/`, // Replace the placeholder with your tenant subdomain,
17+
// clientId: 'Enter_the_Application_Id_Here',
18+
// authority: `https://${TENANT_SUBDOMAIN}.ciamlogin.com/`, // Replace the placeholder with your tenant subdomain,
19+
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb928', // This is the ONLY mandatory field that you need to supply.
20+
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com//', // Replace the placeholder with your tenant subdomain
1921
},
2022
system: {
2123
loggerOptions: {

0 commit comments

Comments
 (0)