Spring Security Implementation

Configuration of the Spring implementation of the Authenticator API.

Property Default Description

causeway.security.spring.
allow-csrf-filters

The framework on initialization by default disables any \{@code CsrfFilter}(s) it finds with Spring Security registered filters.

Setting this option to \{@literal true} allows \{@code CsrfFilter}(s) to be configured. Yet EXPERIMENTAL. @see CsrfFilter @see "https://www.baeldung.com/spring-security-registered-filters"