Skip to content

Commit 94b0f29

Browse files
committed
replace creds w placeholders
1 parent 69a1cd0 commit 94b0f29

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +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
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
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
2018
redirectUri: 'http://localhost:3000/redirect', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
2119
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
2220
navigateToLoginRequestUrl: false, // If "true", will navigate back to the original request location before processing the auth code response.

0 commit comments

Comments
 (0)