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

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

feature request

This was deprecated as part of https://github.com/stormpath/stormpath-sdk-java/issues/284. It should be removed during `2.0.0` For more info see discussions on https://github.com/stormpath/stormpath-sdk-java/pull/891

backlog
housekeeping

The handlers are already in the SDK but aren't included in the docs. I think our express docs do a good job of explaining the function of these: https://docs.stormpath.com/nodejs/express/latest/registration.html#pre-registration-handler

.net is async, also got feedback from customer (colisweb) and partner (nginx) about the need. per Micah on timing - Once we make the call to end support for Java...

In case users want to create an SmsFactor with implicit challenging in same request they do the following: ``` CreateSmsFactorRequestBuilder builder = Factors.SMS.newCreateRequestFor(factor).createChallenge(); factor = account.createFactor(builder.build()); ``` There is no...

backlog

Hi, I'm trying to find a way to create Jackson Serializer/Deserializer for Account and Groups. I'm currently using : ``` public class AccountSerializer extends StdSerializer { protected AccountSerializer() { super(Account.class);...

We've currently imposed a new interface on a user `WebHandler` (which is maybe misnamed because it is Account-specific?). Maybe we can use a generic Servlet `Filter` approach for this to...

backlog

Depends on https://github.com/stormpath/stormpath-sdk-angularjs/issues/177 See examples/spring-boot-webmvc-angular

backlog
blocked

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

enhancement

https://stormpath.atlassian.net/wiki/display/AM/Multifactor+Authentication AM-3340