You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bowl_in/Sources/API/Quarkus/keycloak-21.0.0
David D'ALMEIDA 88c52db3e2
continuous-integration/drone/push Build is failing Details
keyclock
2 years ago
..
conf keyclock 2 years ago
data/h2 keyclock 2 years ago
lib keyclock 2 years ago
providers keyclock 2 years ago
themes keyclock 2 years ago
LICENSE.txt keyclock 2 years ago
README.md keyclock 2 years ago
version.txt keyclock 2 years ago

README.md

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.