无法在 Keycloak 4.6 中设置 IDP 令牌交换。0.Final
Unable to setup IDP token exchange in Keycloak 4.6.0.Final
通过 docker image 4.6.0.Final, the permissions tab of the client and Identity Providers are missing. The tabs are available in version 4.5.0.Final out of the box. The missing of permission tab prevents the setup of token exchange by following official document, Securing Apps Token Exchange
启动 Keycloak 实例后
我通过邮件列表收到了 Pedro Silva 的答复:
嗨,
...我们不再默认启用技术预览功能。您需要通过传递特定的环境变量来启用所需的功能,例如管理员细粒度权限。尝试使用此系统启动您的服务器 属性:
-Dkeycloak.profile.feature.admin_fine_grained_authz=enabled
-Dkeycloak.profile.feature.token_exchange=enabled
文档未反映这些更改,已创建 https://issues.jboss.org/browse/KEYCLOAK-8865。
通过 docker image 4.6.0.Final, the permissions tab of the client and Identity Providers are missing. The tabs are available in version 4.5.0.Final out of the box. The missing of permission tab prevents the setup of token exchange by following official document, Securing Apps Token Exchange
启动 Keycloak 实例后我通过邮件列表收到了 Pedro Silva 的答复:
嗨,
...我们不再默认启用技术预览功能。您需要通过传递特定的环境变量来启用所需的功能,例如管理员细粒度权限。尝试使用此系统启动您的服务器 属性:
-Dkeycloak.profile.feature.admin_fine_grained_authz=enabled
-Dkeycloak.profile.feature.token_exchange=enabled
文档未反映这些更改,已创建 https://issues.jboss.org/browse/KEYCLOAK-8865。