diff --git a/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py b/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py index d942781b5..0ca4d6152 100644 --- a/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py +++ b/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py @@ -1107,6 +1107,7 @@ def registerScanClient(self, asBaseUrl, asRedirectUri, asSSA, customScript): redirect_str = "[\"%s\"]" % asRedirectUri data_org = {'redirect_uris': json.loads(redirect_str), + 'lifetime': 7884000, 'software_statement': asSSA} body = json.dumps(data_org)