英文:
Keycloak : Access token expiry time
问题
在Keycloak中,是否可以使用代码修改访问令牌/刷新令牌的过期时间?
我已经查看了文档,但没有找到可以用来修改令牌设置的端点。
英文:
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.
答案1
得分: 2
目前,没有专门的端点用于此操作。但是,有一些端点可以更改领域和客户端设置,这将影响访问令牌和刷新令牌的过期时间。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论