sid
sid

Reputation: 99

Keycloak : Access token expiry time

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

Answers (1)

dreamcrash
dreamcrash

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

Related Questions