Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imran110219/keycloak-custom
https://github.com/imran110219/keycloak-custom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran110219/keycloak-custom
- Owner: imran110219
- License: mit
- Created: 2023-08-08T09:39:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T09:39:19.000Z (over 1 year ago)
- Last Synced: 2024-04-19T00:10:42.677Z (9 months ago)
- Language: CSS
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keycloak-Custom
===============This project creates a custom [Keycloak] server based on [Keycloak.X]. It is structured as a multi-module Maven build and contains the following top-level modules:
- `config`: provides the build stage configuration and the setup of Keycloak
- `container`: creates the custom docker image
- `docker-compose`: provides a sample for launching the custom docker image
- `extensions`: provides samples for Keycloak SPI implementations
- `server`: provides a Keycloak installation for local development & testing
- `themes`: provides samples for custom themesPlease see the tutorial [building a custom Keycloak container image](https://keycloak.ch/keycloak-tutorials/tutorial-custom-keycloak/) for the details of this project.
[Keycloak]: https://keycloak.org
[Keycloak.X]: https://www.keycloak.org/migration/migrating-to-quarkus