Interface KeycloakPolicyEnforcerTenantConfig


public interface KeycloakPolicyEnforcerTenantConfig
  • Method Details

    • connectionPoolSize

      @WithDefault("20") int connectionPoolSize()
      Adapters will make separate HTTP invocations to the Keycloak server to turn an access code into an access token. This config option defines how many connections to the Keycloak server should be pooled
    • policyEnforcer

      Policy enforcement configuration when using Keycloak Authorization Services