How to create Script Mapper

Hello,I need a script mapper to be added,where can I add script mappers in keycloak & how can I create them?

See: Using Keycloak Administration Console to upload scripts

I dont see this script mapper option . I tried to add profile.properties with ```
feature.scripts=enabled but still it doesnt show the option

Hello, I’m having the same problem, you could share your .jar file?
I’m using 10.0.1 version with the same JAR package explained in javascript-providers
and my customized Authentication Flows does not show as an option anywhere.
I already sat Dkeycloak.profile.feature.upload_scripts=enabled and Dkeycloak.profile.feature.scripts=enabled both separate and together, but it didn’t work.
However, in the Keycloak log I can see that the jar was deployed and no error occurred:
14:32:30,658 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of “test.jar” (runtime-name: “test.jar”)
14:32:37,627 INFO [org.jboss.as.server] (ServerService Thread Pool – 35) WFLYSRV0010: Deployed “test.jar” (runtime-name : “test.jar”)
Thank you in advance

Adding some of the resources that I found useful for creating script mappers.

  1. JS for script mapper in Keycloak · GitHub

  2. How to Create Script Mapper in Keycloak

Adding 2 more related links:
3. Debug Keyclaok Mappers
4. Nashhorn Engine APIs