Keycloak:访问令牌过期时间

huangapple go评论100阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2022年11月8日 19:08:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/74359714.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定