Reputation: 99
Is it possible to modify access token/refresh token expiry time in Keycloak using code?
I have checked documentation but there is no endpoint which can be used to modify token settings.
Upvotes: 0
Views: 1005
Reputation: 51393
Currently, there is no specific endpoint for that. There is, however, endpoints that allows one to change the Realm and Client settings that would affect the access and refresh token expiration time.
Upvotes: 2