stormpath-sdk-java
stormpath-sdk-java copied to clipboard
Official Java SDK for the Stormpath User Management REST API
StormpathAuthenticationProvider#createAuthenticationRequest is missing `inAccountStore(AccountStore)` ``` protected AuthenticationRequest createAuthenticationRequest(Authentication authentication) { String username = (String) authentication.getPrincipal(); String password = (String) authentication.getCredentials(); return UsernamePasswordRequest.builder().setUsernameOrEmail(username).setPassword(password).build(); } ```
Depends on https://stormpath.atlassian.net/browse/AM-3744 Relates to #1138 Please tackle https://github.com/stormpath/stormpath-sdk-java/pull/1170/files#diff-1090313069a4d2e2ff4077f6b9b9baa1R147
Steps to recreate: 1) Launch one of the SDK sample applications with a stormpath.application.href of an Application which has either a Group or Organization mapped to it (or both). 2)...
At the start of the [Spring Boot Web tutorial](https://docs.stormpath.com/java/spring-boot-web/tutorial.html) it links to [tutorials/spring-boot](https://github.com/stormpath/stormpath-sdk-java/tree/master/tutorials/spring-boot) and suggests creating your very first Stormpath demo application like so: ```text mkdir MyProject cd MyProject cp...
Access tokens should resolve the apiKey based on the `kid` header and not just based on the current apiKeyId.
We've breached the quota of API requests for our current subscription. As the given subscription covers a tenant that we reserve for development only we initially suspected a test gone...
This happens at least in the `/login` route