-
|
Hi, Script Mappers via GUI is removed since version 18.0.0. I have copied my old javascript code from the Script Mapper into a js file, build the jar file and executed the build command as described in the docs, but the mapper does not show up in the GUI. Did the format of the javascript file changed? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, The "script" feature must be enabled. Wildfly version: Then the mapper is listed with its "name" you gave it in the META-INF/keycloak-scripts.json file in the mappers dropdown menu... |
Beta Was this translation helpful? Give feedback.
Hi,
The "script" feature must be enabled.
Wildfly version:
https://www.keycloak.org/docs/latest/server_installation/index.html#profiles
Quarkus version:
https://www.keycloak.org/server/features
Then the mapper is listed with its "name" you gave it in the META-INF/keycloak-scripts.json file in the mappers dropdown menu...