Skip to content

Commit 3302aa5

Browse files
committed
fix config file
1 parent 1e6629d commit 3302aa5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

1-Authentication/1-sign-in-react/SPA/src/authConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { LogLevel } from '@azure/msal-browser';
1313

1414
export const msalConfig = {
1515
auth: {
16+
clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
17+
authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
1618
redirectUri: '/', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
1719
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
1820
navigateToLoginRequestUrl: false, // If "true", will navigate back to the original request location before processing the auth code response.

1-Authentication/2-sign-in-angular/SPA/tsconfig.spec.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
],
1414
"include": [
1515
"src/**/*.spec.ts",
16-
"src/**/*.d.ts",
17-
"src/**/*.ts"
18-
// "**/*.spec.ts",
19-
// "**/*.d.ts",
20-
// "**/*.ts"
16+
"src/**/*.d.ts"
2117
]
2218
}

0 commit comments

Comments
 (0)