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
Copy file name to clipboardExpand all lines: 2-Authorization/0-call-api-vanillajs/SPA/public/authConfig.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ const msalConfig = {
8
8
clientId: 'Enter_the_Application_Id_Here',// This is the ONLY mandatory field that you need to supply.
9
9
redirectUri: '/',// You must register this URI on Microsoft Entra admin center/App Registration. Defaults to window.location.href e.g. http://localhost:3000/,
10
10
postLogoutRedirectUri: '/',// Indicates the page to navigate after logout.
11
-
authority: 'https://login.microsoftonline.com/Enter_Your_Tenant_Id_Here',// Replace the placeholder with your tenant name
11
+
authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/'// Replace the placeholder with your tenant subdomain
12
12
},
13
13
cache: {
14
14
cacheLocation: 'sessionStorage',// Configures cache location. "sessionStorage" is more secure, but "localStorage" gives you SSO.
0 commit comments