You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Currently, StormpathWebSecurityConfigurer is auto-loaded thanks to the org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer property in spring.factories in the stormpath-spring-security-webmvc-spring-boot-starter.
The loading of StormpathWebSecurityConfigurer should be controlled by configuration properties (defaulted to true).
If false, it should not be auto-loaded. It can still be loaded using the .apply(stormpath()) DSL pattern.