Gimly / simpleAngularAzureB2C

This simple Angular app uses msal.js to login users through Azure AD B2C
MIT License
8 stars 6 forks source link

this.clientApplication.loginPopup ? #1

Open Vasanth1981 opened 6 years ago

Vasanth1981 commented 6 years ago

Hi, If I change from Redirect to Popup, I'm able to authenticate but the page is not refresh to update the logged information. But if I refresh the page then shows.

public login(): void { this.clientApplication.loginPopup(environment.b2cScopes); }