Increase the reauth_timeout for FedOAuth from 5 to 15 minutes
This commit is contained in:
parent
471341994c
commit
c760b15d9f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ AUTH_MODULE_CONFIGURATION = {
|
|||
'fedoauth.auth.fas.Auth_FAS': {'enabled': True,
|
||||
'listed': True,
|
||||
'select_image': '/static/fedora/fedora-authn-logo-white.png',
|
||||
'reauth_timeout': 5,
|
||||
'reauth_timeout': 15,
|
||||
'user_agent': 'FedOAuth',
|
||||
'check_cert': True,
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue