keycloak-scim/quarkus/dist/src/main
Steven Hawkins 2e6506cd3a
fix: add quotes to cygwin condition (#31025)
closes: #30967

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: shawkins <shawkins@shawkins-thinkpadp16vgen1.hsd1.pa.comcast.net>
2024-07-03 15:58:30 +02:00
..
content fix: add quotes to cygwin condition (#31025) 2024-07-03 15:58:30 +02:00
README.md Readme review v1 (#10082) 2022-02-10 06:51:53 +01:00
version.txt Remove Red Hat Single Sign-On product profile from upstream (#14697) 2022-10-18 14:43:04 +02:00

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.