mrioan
mrioan
@george-hawkins-aa thanks for reporting this. I am working on it right now. This should be fixed in the upcoming release.
hello @george-hawkins-aa. I was not able to reproduce this issue. I tried with Spring Security using both Spring and Spring Boot. In both cases the `on(SuccessfulAuthenticationRequestEvent)` method in the default...
This will be Indirectly fixed by #915
This is indirectly fixed by PR #919. That PR has a test to validate the events are received when Spring Security Filter is in front of Stormpath.
A first approach to this issue was implemented in https://github.com/stormpath/stormpath-sdk-java/pull/919 but it was closed now as it is very out of date now
@lhazlewood to the best of my understanding something as simple as `hasRole('admin')` will not be dynamic, `admin` is just a hard-coded string here @dogeared and me have already thought/analyzed different...
@dogeared just a minor comment, remember to use `@PreAuthorize("hasAuthority(XX)")` rather than `@PreAuthorize("hasRole(XX)")`
Hey @george-hawkins-aa. Thanks for reporting this. I totally agree with you, an exception is not reasonable in this case. We will improve this for sure. Thanks!
Relates to https://github.com/stormpath/stormpath-sdk-java/issues/531
This is still relevant... but the importance is really low as the reference in the documentation is no longer present (since we moved to the one product guide). I keep...