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

I am creating an empty Spring Boot app with the default stormpath starter. When I run the application, I get the following: ``` 2017-01-31 08:26:30.943 ERROR 13032 --- [ main]...

old-backlog

I am creating an empty Spring Boot app with the default stormpath starter. When I run the application, I get the following: . ____ _ __ _ _ /\\ /...

Note: This issue is happening in Servlet plugin A user has reported that he has a RESTful service configured under `/rest/**` and also added `stormpath.web.uris./rest/** = authc` in `application.properties` When...

bug
servlet-plugin
ready

Do we need id and secret? username/password? token? something else?

okta in progress

Currently we run tests where we do things such as create and delete users and test that the given user can no longer access anything. When we do this we...

enhancement
ready

In pssuedo-code: ``` customData.set("foo", "something"); customData.save(); assertEquals("something", customData.get("foo")); customData.set("foo", null"); customData.save(); assertNull(customData.get("foo"));

old-backlog

In our company, we use Stormpath, and have been providing a logout feature in our services that does a call similar to the following: ```java jwtAuthenticationResult.getAccount().getAccessTokens().forEach(accessToken -> { if (accessToken.getJwt().equals(authat))...

old-backlog

I'd like to see support for Date in custom data.

old-backlog

Right now, we have a default landing page for spring boot apps that use the thyemleaf starter. This is in service of having an empty application, such as those generated...

old-backlog