Reauth
server/reauth
These entries control the behaviour of the re-authentication
policies.
Properties
Name | Type | Constraints | Description |
---|---|---|---|
login_time_window | number | Minimum: 0 Maximum: unlimited Default value: 0 | Controls the amount of time a re-authentication will be considered valid for. This is a time (in seconds) after a re-authentication occurs during which a client will not be prompted to perform re-authentication again. By default, the login_time_window is set to zero, which means that every request to a resource protected with the reauth policy directive will require the client to perform re-authentication. |
Example
server:
reauth:
login_time_window: 30
Updated over 1 year ago