keycloak-scim/quarkus/dist/src/main
2023-05-17 11:00:37 +02:00
..
content Use non-blocking random generator on Linux, and native Microsoft CryptoAPI on Windows (#20403) 2023-05-17 11:00:37 +02:00
README.md
version.txt

Keycloak

To get help configuring Keycloak via the CLI, run:

on Linux/Unix:

$ bin/kc.sh

on Windows:

$ bin\kc.bat

To try Keycloak out in development mode, run:

on Linux/Unix:

$ bin/kc.sh start-dev

on Windows:

$ bin\kc.bat start-dev

After the server boots, open http://localhost:8080 in your web browser. The welcome page will indicate that the server is running.

To get started, check out the configuration guides.