Skip to content

Commit 1e6629d

Browse files
committed
sync with origin
1 parent d1215af commit 1e6629d

5 files changed

Lines changed: 4 additions & 15054 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ 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
18-
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb928', // This is the ONLY mandatory field that you need to supply.
19-
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com//', // Replace the placeholder with your tenant subdomain
2016
redirectUri: '/', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
2117
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
2218
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/angular.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
"outputPath": "dist/1-sign-in-angular",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
19-
// "polyfills": "src/polyfills.ts",
20-
"polyfills": [
21-
"zone.js",
22-
"zone.js/testing"
23-
],
19+
"polyfills": "src/polyfills.ts",
2420
"tsConfig": "tsconfig.app.json",
2521
"assets": [
2622
"src/favicon.ico",

0 commit comments

Comments
 (0)