Silent renew error
See original GitHub issueHello,
I just have a problem with the automaticSilentRenew.
As I understand I don’t have to do anything for it to work but after the silent renew has been made if I try to call an endpoint again I have a 401 error because the token used is still the expired one.
In auth I can see this error : Invalid token specified: Cannot read properties of undefined (reading 'replace')
.
I’m pretty sur the silent renew is made but the token is not updated.
Can you help me understand where is the problem ?
Thanks in advance
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
No Event on silent renew failure · Issue #934 - GitHub
When the server session resets, you must login again. The silent renew fails which is good. The IsAuthorized obserable is triggered and set...
Read more >silent renew error Frame window timed out on refresh token
I'm using Identity Server 4 asp net core backend and React SPA for frontend. I'm getting 'silent renew error Frame window timed out'...
Read more >Is access token silent renew supported? - Gluu Support
I am trying to do silent token renewal with oidc-client, using oidc authorization ... which is being called, but with error=login_required.
Read more >ASP.NET Core, C#, IdentityServer4, oidc-client - Silent Renew
Today we implement the ground work needed for silent refreshing of our tokens from our nuxtjs application using the oidc-client ...
Read more >Configure Silent Authentication - Auth0
Renew expired tokens. You can make a silent authentication request to get new tokens as long as the user still has a valid...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Does MR #445 fix your issue?
Yes thank you, it’s working now !