To facilitate local development of your theme, ensure the following prerequisite is available:
- Docker
Start a local Keycloak environment by running the provided docker-compose.yml
file. Once successfully set up, a
Keycloak instance will be accessible at http://localhost:8080.
To configure the APEx theme, follow the official Keycloak guide: Configuring a Theme.
To test your login theme:
- Open a new private browser window.
- Navigate to http://localhost:8080/realms/master/account.
- Click the Sign In button to view the customized login theme.