IdentityServer / IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
https://identityserver.io
Apache License 2.0
9.21k stars 4k forks source link

Reactjs - identity server 4 token Silent renewal error "Frame window timed out" #5487

Closed gitdevnaresh closed 1 year ago

gitdevnaresh commented 1 year ago

I am using identity server 4 for my react application with using of redux-oidc library , I need to renewal token every 5 min as silent.

Issue: when execute Silent renewal getting timeout issues image

So, I implemented silent renew code like below

my configuration image

My silent renewal.js file image

token renewal times i set in identity image

identity level also silent Renew URL added.

I added my configuration like this. its working as inconsistency sometimes it is working fine but randomly it is getting issues.

how can i resolve this?