Skip to content

Commit 5b0f982

Browse files
committed
remove duplicate line
1 parent c7eb596 commit 5b0f982

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

2-Authorization/0-call-api-vanillajs/SPA/public/authConfig.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
const msalConfig = {
77
auth: {
88
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
109
redirectUri: '/', // You must register this URI on Microsoft Entra admin center/App Registration. Defaults to window.location.href e.g. http://localhost:3000/,
1110
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
12-
authority: 'https://login.microsoftonline.com/Enter_Your_Tenant_Id_Here',
11+
authority: 'https://login.microsoftonline.com/Enter_Your_Tenant_Id_Here', // Replace the placeholder with your tenant name
1312
},
1413
cache: {
1514
cacheLocation: 'sessionStorage', // Configures cache location. "sessionStorage" is more secure, but "localStorage" gives you SSO.

0 commit comments

Comments
 (0)