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

```{require_mfa: [‘sms’]}``` https://stormpath.atlassian.net/wiki/display/AM/ID+Site+Multifactor

old-backlog

https://stormpath.atlassian.net/wiki/display/SDKS/IV

old-backlog

![image](https://cloud.githubusercontent.com/assets/364562/22258218/b59b432c-e22e-11e6-852a-00bbb0af50a7.png)

old-backlog

This came up in Kaisen. The client-api developers often need a released version of the SDK, but for various reasons, it may not be ready for release to maven central....

old-backlog

With our 1.3.x release and Spring Security 1.4.2, you still need a `WebSecurityConfigurerAdapter` like the following. ```java import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; @Configuration public class SecurityConfiguration extends WebSecurityConfigurerAdapter {...

old-backlog

https://stormpath.atlassian.net/wiki/display/AM/Stormpath+as+a+SAML+Identity+Provider

old-backlog

Would be useful to be able to always redirect the user to `stormpath.web.login.nextUri` regardless of the content of "next" query parameter.

old-backlog

https://stormpath.atlassian.net/browse/AM-2725

old-backlog

The Spring Security integration should be enabled (or not) based both on classpath AND properties. Scenarios: 1. Spring Security is in classpath: We enable Stormpath Spring Security integration 2. Spring...

old-backlog