/Keycloak-Custom-Login-Page

This project demonstrates how to integrate Keycloak authentication into a React application while customizing the login page theme.

Primary LanguageHTMLApache License 2.0Apache-2.0

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.