2014-03-15 12:53:52 +00:00
|
|
|
Basic JavaScript Example
|
|
|
|
========================
|
|
|
|
|
|
|
|
Start and configure Keycloak
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
Start Keycloak:
|
|
|
|
|
|
|
|
bin/standalone.sh
|
|
|
|
|
2022-08-05 12:00:11 +00:00
|
|
|
Open the Keycloak admin console, click on Add Realm, click on 'Choose a JSON file', select example-realm.json and click Upload.
|
2014-03-15 12:53:52 +00:00
|
|
|
|
|
|
|
Deploy the JS Console to Keycloak by running:
|
|
|
|
|
2015-10-07 11:53:25 +00:00
|
|
|
mvn install wildfly:deploy
|
2014-03-15 12:53:52 +00:00
|
|
|
|
|
|
|
Open the console at http://localhost:8080/js-console and login with username: 'user', and password: 'password'.
|