io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig$KeycloakConfigPolicyEnforcer.jdp Maven / Gradle / Ivy
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.claimInformationPoint=Defines a set of one or more claims that must be resolved and pushed to the Keycloak server in order to make these\nclaims available to policies
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.enforcementMode=Specifies how policies are enforced.
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.httpMethodAsScope=Specifies how scopes should be mapped to HTTP methods. If set to true, the policy enforcer will use the HTTP method\nfrom\nthe current request to check whether access should be granted
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.lazyLoadPaths=Specifies how the adapter should fetch the server for resources associated with paths in your application. If true,\nthe\npolicy\nenforcer is going to fetch resources on-demand accordingly with the path being requested
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.pathCache=Defines how the policy enforcer should track associations between paths in your application and resources defined in\nKeycloak.\nThe cache is needed to avoid unnecessary requests to a Keycloak server by caching associations between paths and\nprotected resources
io.quarkus.keycloak.pep.runtime.KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.paths=Specifies the paths to protect.