Skip to content

Commit df70706

Browse files
authored
Update auth-config.ts
1 parent 96cb316 commit df70706

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

1-Authentication/2-sign-in-angular/SPA/src/app/auth-config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ import {
1818
*/
1919
export const msalConfig: Configuration = {
2020
auth: {
21-
// clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
22-
// authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
23-
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb928', // This is the ONLY mandatory field that you need to supply.
24-
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
21+
clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
22+
authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
2523
redirectUri: '/', // Points to window.location.origin by default. You must register this URI on Azure portal/App Registration.
2624
postLogoutRedirectUri: '/', // Points to window.location.origin by default.
2725
},

0 commit comments

Comments
 (0)