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

Stormpath Spring Boot Auto Configuration should be more mindful of User Configuration, specifically Controller Mappings (e.g. `@RequestMapping`). If Stormpath attempts to register a mapping that already exists in User Configuration,...

old-backlog

For developers could be a bad experience trying out the Spring Integration and finding that the first request they send fails because a CORS error. Seems like this feature, is...

old-backlog

This happens whether the POSTed credentials are valid or not. This adds friction to people trying the integration using tools like POSTMan, when cookies are stored and sent silently. Then...

old-backlog

CookieIT.cookieExpirationMatchesTokelTtl intermittently fails when checking the accessTokenCookie.expiryDate. Sample of failure: ``` com.stormpath.tck.authentication.CookieIT.(com.stormpath.tck.authentication.CookieIT) Run 1: CookieIT.cookieExpirationMatchesTokenTtl:130 expected [1481015010000] but found [1481015009000] ``` ```java if (accessTokenCookie.expiryDate) { assertEquals accessTokenCookie.expiryDate.time, accessTokenTtl } else...

old-backlog

Client API Configuration for an Application. Need the ability to enable, edit, disable, and get the client API url. https://stormpath.atlassian.net/wiki/display/AM/Client+API

old-backlog

https://stormpath.atlassian.net/wiki/display/AM/Social+Login+V2

old-backlog

https://stormpath.atlassian.net/wiki/display/AM/Social+Login+V2

old-backlog

![screen shot 2016-11-30 at 4 22 45 pm](https://cloud.githubusercontent.com/assets/918770/20777053/479e5d72-b719-11e6-8936-f0de9c5039a7.png)

old-backlog

Correct body should be: {status: 405, message: "Method 'GET' is not supported.}

old-backlog

cc: @dogeared You may have already tried this, if so just close

in progress