You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
Can anyone point us to the documentation where it specifies hoe to control the default token provider expiration? We would like to extend this expiration timeout if possible. Here is a sample of our current service config:
We have the same problem in my company and think it is the worker process lifetime.
It seems like after 20 minutes the worker is killed (if not used)... should the token not be valid even if the worker has been killed?
Maybe someone can verify? Because we may be wrong.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Can anyone point us to the documentation where it specifies hoe to control the default token provider expiration? We would like to extend this expiration timeout if possible. Here is a sample of our current service config:
Would we have to override the default token providers? If so are there any examples of this?
We are referencing:
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
Any help much appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: