idp_oidc: set default frontchannel_timeout to 300ms (fixes #30939)

This commit is contained in:
Benjamin Dauvergne 2019-02-28 14:58:18 +01:00
parent fae901f5a2
commit a486586bed
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class AppSettings(object):
@property
def DEFAULT_FRONTCHANNEL_TIMEOUT(self):
return self._setting('DEFAULT_FRONTCHANNEL_TIMEOUT', 10000)
return self._setting('DEFAULT_FRONTCHANNEL_TIMEOUT', 300)
@property
def IDTOKEN_DURATION(self):