Skip to content

Tss Session timed out #199

Discussion options

You must be logged in to vote

It will depend on what authentication type you are using in reference to using the module's methods. A token itself in Secret Server only lasts as long as the configured timeout, which defaults to 20 minutes. Various things can require that timeout to be increased to an acceptable time but overall 20 minutes in large environments that utilize the REST API is not going to be sufficient.

In addition to that, we also support the use of a Refresh Token, which default allows you to request 3 as max. This would mean if you authenticated using OAuth2 (username/password) you get an initial token (good for 20 minutes) and then refresh it up to 3 times. That gives you around 1.5 hours of processing…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@harrychandrapdx
Comment options

Answer selected by wsmelton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants