scheduling
scheduling copied to clipboard
Access control against Keycloak (KeycloakLoginModule)
- Add a JAAS Keycloak Login Module
- This module is based on the code of the JAAS Adapter of Keycloak called DirectAccessGrantsLoginModule
- It authenticates users against Keycloak and acquires their information (including their roles)
- It uses the OpenID Connect (OIDC) protocol to communicate with Keycloak REST endpoints for OIDC
- It uses the configuration file located under config/keycloak.cfg
- It uses the latest version of the keycloak-adapter-core dependency (version 24.0.2) and supports previous releases of Keycloak server.