Keycloak script mapper option missing in 9.0.3

故事扮演 提交于 2021-01-29 16:40:08

问题


I am running version keycloak-9.0.3 and dont have script mapper. I tried adding profile.properties but it did not bring this option under the drop down in mapper type.


回答1:


In Keycloak Server Developer Guide,

Ability to upload scripts through the admin console is deprecated and will be removed in a future version of Keycloak

...

For more details about how to enable the upload_scripts feature. Please, take a look at the Profiles.

So you can see "Script Mapper" option under the drop down if you start your Keycloak server with:

-Dkeycloak.profile.feature.upload_scripts=enabled


来源:https://stackoverflow.com/questions/62199404/keycloak-script-mapper-option-missing-in-9-0-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!