diff --git a/config/identity/handler/provider-factory/identity.json b/config/identity/handler/provider-factory/identity.json index ded37b7901..540050d16f 100644 --- a/config/identity/handler/provider-factory/identity.json +++ b/config/identity/handler/provider-factory/identity.json @@ -44,13 +44,13 @@ "scopes": [ "openid", "profile", "offline_access", "webid" ], "subjectTypes": [ "public" ], "ttl": { - "AccessToken": 3600, + "AccessToken": 1209600, "AuthorizationCode": 600, "BackchannelAuthenticationRequest": 600, "ClientCredentials": 600, "DeviceCode": 600, "Grant": 1209600, - "IdToken": 3600, + "IdToken": 1209600, "Interaction": 3600, "RefreshToken": 86400, "Session": 1209600