Merge pull request #6806 from owncloud/d7oc/keycloak_refresh

Disabled revokeRefreshToken in Keycloak config
This commit is contained in:
Michael Barz
2023-08-10 11:51:10 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
"displayName": "ownCloud Infinite Scale",
"notBefore": 0,
"defaultSignatureAlgorithm": "RS256",
"revokeRefreshToken": true,
"revokeRefreshToken": false,
"refreshTokenMaxReuse": 0,
"accessTokenLifespan": 300,
"accessTokenLifespanForImplicitFlow": 900,