mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-11 00:09:46 -05:00
Merge pull request #6806 from owncloud/d7oc/keycloak_refresh
Disabled revokeRefreshToken in Keycloak config
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"displayName": "ownCloud Infinite Scale",
|
||||
"notBefore": 0,
|
||||
"defaultSignatureAlgorithm": "RS256",
|
||||
"revokeRefreshToken": true,
|
||||
"revokeRefreshToken": false,
|
||||
"refreshTokenMaxReuse": 0,
|
||||
"accessTokenLifespan": 300,
|
||||
"accessTokenLifespanForImplicitFlow": 900,
|
||||
|
||||
Reference in New Issue
Block a user