stormpath-sdk-java
stormpath-sdk-java copied to clipboard
Official Java SDK for the Stormpath User Management REST API
Stormpath now includes name and description to be set on API Keys: https://stormpath.atlassian.net/browse/AM-2490
The [Password Grant type implementation](https://github.com/stormpath/stormpath-sdk-java/blob/master/extensions/servlet/src/main/java/com/stormpath/sdk/servlet/filter/oauth/DefaultAccessTokenAuthenticationRequestFactory.java#L55) is ready to accept and AccountStore. However we only have a `DisabledAccountStoreResolver`. We must be sure we support this: https://docs.stormpath.com/rest/product-guide/latest/auth_n.html#generate-oauth-token. It must also be documented...
Issue #849 was wrongly implemented using the state property instead of a adding a new RelayState property (or relayState, not sure which is the actual claim that IDSite and SAML...
Per: https://github.com/stormpath/stormpath-framework-spec/blob/master/example-config.yaml#L10 And https://github.com/stormpath/stormpath-framework-spec/blob/master/example-config.yaml#L113 And https://github.com/stormpath/stormpath-framework-spec/blob/master/example-config.yaml#L181 we need to implement support for these multi-tenancy related properties. Also, NOTE: the `SpecConfigVersusWebPropertiesTest#verifyPropertiesInSpecAreInDefault` _must_ be re-enabled. It was temporarily disabled to avoid test...
The following config properties where introduce in the spec, and we currently do not support them. We probably need separate tickets for each functionality, this ticket is just to track...
It seems that what was discussed [here](https://github.com/stormpath/stormpath-sdk-java/pull/974#discussion_r79402182) will not be addressed during MFA's implementation for the sake of speed. I am creating this issue so we remember to get rid...
Currently the code around authenticators https://github.com/stormpath/stormpath-sdk-spec/blob/master/specifications/authenticators.md Is kind of messing and has a lot of code duplication and is hard to follow it. As an example just to add the...
In order to assist users with creating method level authorization, we can expose a bean containing name value pairs of Stormpath Group information to be used in SpringEL expressions. A...
https://stormpath.atlassian.net/browse/AM-3287 This issue will need to contemplate what was defined in the Spec as well: https://github.com/stormpath/stormpath-framework-spec/blob/master/multi-tenancy.md
https://stormpath.atlassian.net/browse/AM-2889