Hi @mbonn
get it.
Now I try to build a script - or better first want to import a script that I think was working with other - and used the Script here: http://keycloak.discourse.group/t/trouble-getting-custom-authentication-script-deployed/15664
Jar looks like:
jar tf my-role-based-authenticator.jar
- META-INF/
- META-INF/MANIFEST.MF
- META-INF/keycloak-scripts.json
- my-role-based-authenticator.js
I linked it in docker-container to providers and set the user (key cloak:keycloak). Than I also rebuild the image (./kc.sh build).
But can not found the the script on providers (nor under Server Information > Providers)
Could it be the script is not connect?
Or any other clever hint from you?