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

When a user attempted to change their password with the old Stormpath backend we used to get back a code, e.g. 2007 for "password too short", and we could then...

[`OktaApplication.getAccounts()`](https://github.com/stormpath/stormpath-sdk-java/blob/okta/impl/src/main/java/com/stormpath/sdk/impl/application/OktaApplication.java#L643) and much of the rest of the `Application` public interface methods throw `UnsupportedOperationException`. This is true also of `OktaTenant` and `OktaDirectory`. This despite the Okta release of the Spring...

I'm using the Stormpath Angular SDK with Spring Boot Stormpath Starter version 2.0.0-okta-rc1. If I enter a bad password, the error message is "Invalid grant" rather than "Invalid username or...

When I try to register a new user using 2.0.0-okta-rc1, I get an error. ``` Property name 'stormpathMigrationRecoveryAnswer' is not defined in profile ``` ![stormpathmigrationrecoveryanswer](https://cloud.githubusercontent.com/assets/17892/26685478/81033a2e-46a7-11e7-93c5-449fb997bd16.png) I did not migrate a...

Hi, I'm currently using Spring Boot and I would like to request for a way to configure the [Access-Control-Expose-Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers) value set when responding to CORS requests. This is required, for...

Hi, I'm currently using the RC1 version of stormpath-okta (and also tested with snapshot) and when I try to update/add a custom data field, the rest of the custom data...

instead of `getResourceAsStream()` use a `ResourceFactory`

okta

They only contain the relative path (minus the base URL) at the moment

okta

Currently, there is support for a number of okta properties, like: * okta.application.id * okta.api.token In order to work with okta, setting `stormpath.client.baseUrl` is required. It would be more consistent...

okta ready

The diff of the pull request is going to look jacked. Compare it with 1.5.x and it should look fine. https://github.com/stormpath/stormpath-sdk-java/compare/1.5.x...master-without-client-api This basically moves master back to 1.5.x (without changing...

okta in progress