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-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@
6
6
constmsalConfig={
7
7
auth: {
8
8
clientId: 'Enter_the_Application_Id_Here',// This is the ONLY mandatory field that you need to supply.
9
-
authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/',// Replace the placeholder with your tenant name
10
9
redirectUri: '/',// You must register this URI on Microsoft Entra admin center/App Registration. Defaults to window.location.href e.g. http://localhost:3000/,
11
10
postLogoutRedirectUri: '/',// Indicates the page to navigate after logout.
0 commit comments