rthomas
rthomas
I do encounter the exact same behaviour. ## How to reproduce ? Simply start a docker container with the following command line `docker run -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin...
Hummm, after a quick look at the project (mainly the readme), I realized I did not load the js policies in KC before importing the realm. It now makes sense...
Ask suggested by @rmartinc, please find an example json configuration file my-confidential-client.json { "clientId": false, "surrogateAuthRequired": false, "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", "redirectUris": [], "webOrigins": [], "notBefore": 0, "bearerOnly":...