mrioan
mrioan
We wrongly placed `StormpathMethodSecurityAutoConfiguration` and `StormpathMethodSecurityConfiguration` in our web module. For example, the Boot-specific class should reside in `stormpath-spring-security-webmvc-spring-boot-started`. Be sure to remove: 1. `stormpath.web.enabled` from `@ConditionalOnProperty` 2. @ConditionalOnWebApplication 3....
Depends on https://github.com/stormpath/stormpath-sdk-angularjs/issues/177 See examples/spring-boot-webmvc-angular
The SAML-related files are placed under `com.stormpath.sdk.provider.saml` but all the Provider's files are in the same package, there are not sub-levels for social for example. This change will cause backwards...