Increase the reauth_timeout for FedOAuth from 5 to 15 minutes

This commit is contained in:
Patrick Uiterwijk 2014-06-24 13:24:57 +00:00
parent 471341994c
commit c760b15d9f

View file

@ -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' %}