question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Silent renew error

See original GitHub issue

Hello,

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:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pamapacommented, Mar 25, 2022

Does MR #445 fix your issue?

0reactions
AestheticMcommented, Mar 28, 2022

Yes thank you, it’s working now !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found