Skip to content

Commit

Permalink
PAT config
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed May 3, 2022
1 parent 9ed60db commit da6f796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Property Description
``org.obiba.opal.security.login.retryTime`` Time span in which the maximum of retry count should happen before starting a ban period, in seconds (default is ``300``). No time limit if not positive.
``org.obiba.opal.security.login.banTime`` Ban time after max retry, within the retry time span, was reached, in seconds (default is ``300``). No ban if not positive.
``org.obiba.opal.security.login.pat.expiresIn`` Time in days after which a personal access token is automatically removed. Default is ``-1`` (i.e. tokens never expire).
``org.obiba.opal.security.login.pat.activityTimeout`` Time in days since last access after which a personal access token is marked as being expired. This state can be reverted by user. Default is ``60``.
``org.obiba.opal.security.login.pat.activityTimeout`` Time in days since last access after which a personal access token is marked as being inactive. This state can be reverted by user. Default is ``60`` (2 months).
===================================================== =========================================================================

Agate Server Configuration
Expand Down

0 comments on commit da6f796

Please sign in to comment.