Keycloak Security Implementation

Configuration of the Keycloak implementation of the Authenticator API.

Property Default Description

isis.security.keycloak.base-url

The base URL for the keycloak server.

For example, if running a keycloak using Docker container, such as:

         docker run -p 9090:8080 \             -e KEYCLOAK_USER=admin \             -e KEYCLOAK_PASSWORD=admin \             quay.io/keycloak/keycloak:14.0.0

, then the URL would be "http://localhost:9090/auth".

isis.security.keycloak.
login-success-url

Specifies where users will be redirected after authenticating successfully if they have not visited a secured page prior to authenticating or \{@code alwaysUse} is true.

isis.security.keycloak.realm

The name of the realm for the Apache Isis application, as configured in Keycloak.