https://github.com/scality/keycloak-extensions
Scality Keyloak Extensions
https://github.com/scality/keycloak-extensions
Last synced: 4 months ago
JSON representation
Scality Keyloak Extensions
- Host: GitHub
- URL: https://github.com/scality/keycloak-extensions
- Owner: scality
- License: other
- Created: 2023-12-18T13:34:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T13:51:27.000Z (6 months ago)
- Last Synced: 2025-12-22T05:37:30.716Z (6 months ago)
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scality Keycloak Extensions
## Hostname provider based on the request
We set the default hsotname provider back to the one from Keycloak versions prior to the 20th.
This hostname provider define the hostname based on the incoming authentication request and then enables us to deploy the same keycloak for different network planes.
## Truststore Provider and SPI
We built an extension to keyclaok Admin API that allows keycloak Admins to upload CA certificates to trust.
This enables full API driven integration with external providers (such as LDAP over TLS using STARTTLS, or SMTP using STARTTLS).
It removes the needs of updating the truststore and having to restart keycloak services.