https://github.com/hbjydev/keycloak-sso-theme
https://github.com/hbjydev/keycloak-sso-theme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbjydev/keycloak-sso-theme
- Owner: hbjydev
- License: bsd-3-clause
- Created: 2021-08-18T23:21:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T23:28:46.000Z (over 3 years ago)
- Last Synced: 2025-01-26T16:44:33.995Z (4 months ago)
- Language: FreeMarker
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keycloak-sso-theme
A Keycloak theme I'm building for an SSO system inspired (design-wise) by
Discord's authentication service.## Developing
To get started, just run `docker-compose up -d` -- everything needed to get
going is included in the repository. Once booted, the container for Keycloak
will be available on `http://localhost:8080`.You can test your local copy of the theme by going to https://keycloak.org/app
(the defaults are fine) and selecting "Save Options" and then "Log In".## License
This theme (and all its files) are licensed under the BSD 3-Clause license,
a copy of which can be found in the accompanying [LICENSE](./LICENSE) file,
distributed with the source code.