File tree Expand file tree Collapse file tree
1-Authentication/2-sign-in-angular/SPA/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ import {
1818 */
1919export 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 } ,
You can’t perform that action at this time.
0 commit comments