You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the token and authenticated bool value correctly.
this.service.getToken().then(token => console.log('token: ' + token));
this.service.authenticated.then(auth => console.log('auth: ' + auth));
Regards,
Magesh
The text was updated successfully, but these errors were encountered:
Hi,
The getUser() method returns promise, when accessed to get the user details, it is always undefined.
I'm connecting to Azure B2C tenant, to authenticate.
I get the token and authenticated bool value correctly.
this.service.getToken().then(token => console.log('token: ' + token));
this.service.authenticated.then(auth => console.log('auth: ' + auth));
Regards,
Magesh
The text was updated successfully, but these errors were encountered: