stormpath-sdk-java icon indicating copy to clipboard operation
stormpath-sdk-java copied to clipboard

Official Java SDK for the Stormpath User Management REST API

Results 100 stormpath-sdk-java issues
Sort by recently updated
recently updated
newest added

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(); } ```

bug
ready
multi-tenant

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

enhancement

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)...

bug

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...