在Keycloak 15.0.2中启用代币交换

问题描述 投票:0回答:1

我需要为我的客户启用 Keycloak 15.0.2 中的令牌交换功能。我做了很多研究并尝试了以下方法:

  • 在启动服务器时使用--preview(例如standalone.bat --preview=enabled):我遇到了错误。
  • 在standalone.bat之后使用-Dkeycloak.profile.feature.token_exchange=enabled:我遇到了错误。
  • 更新configuration/standalone.xml并在启用默认提供程序的情况下添加:没有错误,但该功能未实现501响应。

    我应该怎么办?我暂时无法升级 Keycloak,我确实需要在 Keycloak 15.0.1 版本中启用此功能。
keycloak access-token token-exchange
1个回答
0
投票

确保以下2个参数

  • -Dkeycloak.profile.feature.token_exchange=启用 -Dkeycloak.profile.feature.admin_fine_grained_authz=启用

启用该功能后,您将在您的 idp 中获得一个权限选项卡。 您可以在那里授予代币交换权限。

© www.soinside.com 2019 - 2024. All rights reserved.