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
What Version of the library are you using?
19.0.0
...
info
I am implementing authentication using Azure B2C. After successfully logging in the application redirects back to the original location instead of /draw as intended.
The configuration values stored in the browser's storage seem correct, and the authentication tokens are available. However:
isAuthenticated is false (as observed from the oidcSecurityService.checkAuth() log).
The isAuthenticated$ observable reports true.
When I try accessing /draw again, the same behavior occurs.
After enabling withDebugTracing I also see the following error
What Version of the library are you using?
19.0.0
...
info
I am implementing authentication using Azure B2C. After successfully logging in the application redirects back to the original location instead of
/draw
as intended.The configuration values stored in the browser's storage seem correct, and the authentication tokens are available. However:
isAuthenticated
isfalse
(as observed from the oidcSecurityService.checkAuth() log).isAuthenticated$
observable reportstrue
.When I try accessing
/draw
again, the same behavior occurs.After enabling
withDebugTracing
I also see the following errorImplementation
Question
Am I missing any settings or is this a bug?
The text was updated successfully, but these errors were encountered: