-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a silent renew event? #1011
Comments
Let me describe my needs. My main site uses the code flow pkce with refresh tokens of angular-auth-oidc-client. The subsite requests the main site to obtain the token. When the subsite requests it, the main site may be silent renew. At this time, the token cannot be requested. I need Do processing in the silent renew event. |
@fengzhihenxs , according to my observations the following event is fired by PublicEventService after token refresh:
But I am not a committer and don't know if you can rely on this. |
@stefanocke Thank you. But I don't think it is. I found that the "IdTokenExpired" event is triggered before each silent update. |
I was looking into the code, and it appears there's a |
fixed in Version 12 |
Hello, I now need to do some operations during silent update. When I update silently, is there a silent update event?
The text was updated successfully, but these errors were encountered: