Skip to content
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

idle time out for refresh token #467

Closed
VijayaSaiRam opened this issue Aug 7, 2022 · 1 comment
Closed

idle time out for refresh token #467

VijayaSaiRam opened this issue Aug 7, 2022 · 1 comment
Labels
question Further information is requested

Comments

@VijayaSaiRam
Copy link

Hi team,

I idle time out for refresh token is enabled on auth server side. It is said that, if the user is inactive on application for >=30 minutes, the refresh token will be revoked due to idle time out.

But it has been observed that , it is not happening when the application is idle for >=30 minutes, it is not applying , but it is applied when the system is idle for >=30 minutes.

Could you please suggest me . what could be the reason for this behaviour ? do we have any option to enable idle time out timer for refresh token ?

@pamapa
Copy link
Member

pamapa commented Aug 23, 2022

The underlying library oidc-client-ts is responsible for this. See authts/oidc-client-ts#251

@pamapa pamapa added the question Further information is requested label Aug 23, 2022
@pamapa pamapa closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants