Closed nishadthajudeen001 closed 1 year ago
shall we add a PR with a new OpenIdConfiguration to exclude this check in version11? please advise
@damienbod did you get a chance to check this?
@damienbod gentle reminder on this ask.
This should be fixed in version 13, can you update?
Greetings Damien
@damienbod Sorry for the late reply. does version 13 has dependency with Angular 13? can we use this version with Angular11 APP?
yes
Closing as there hasn't been any response from the issue author. Please re-open if you are still seeing problems here.
What Version of the library are you using? Version11
Describe the bug Why do we check hasIdTokenExpired during silent token refresh? can we avoid this check since we dont really need this once app is logged in. Only access token is refreshed silently to authenticate the APIs periodically-token-check.service.ts - const idTokenHasExpired = this.authStateService.hasIdTokenExpired();
This is for Angular SPA app with implicit flow