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 org.springframework.security.web.csrf.CsrfFilter @see baeldung