-
Hi, I'm trying to migrate a Stormpath application that relied heavily on using api keys, and was relieved to see that you had implemented a solution for this on top of Okta. However, I see a bug when …
-
My project defines this line in gradle:
`compile 'com.android.support:appcompat-v7:25.1.0'`
When the support dependency is 25 or higher, Stormpath will crash when trying to launch a Chrome Custo…
-
Described in https://github.com/stormpath/stormpath-framework-spec/blob/master/configuration.md#application-resolution
> If the developer does not specify any application configuration, and more appl…
-
The express-stormpath sdk supports config.web.changePassword.autoLogin, which if enabled, redirects to config.web.login.nextUri. It does not appear (by browsing the source) that a similar feature exi…
-
https://github.com/stormpath/stormpath-framework-spec
-
I'm having trouble creating a client with 2.0.0-okta-rc1. I wanted to add this to a GH issue in case others are having the same problem.
The pom.xml file contains these dependencies:
```
…
-
Ideally stormpath-cli should be able to export enough data that we can snapshot our setup at a point in time - such that we can use this to recover e.g. after mistakenly deploying something terrible t…
-
Currently when using this package, there is no way / method that I can see to configure the client caching. This means that all application requests always go direct to Stormpath, resulting in poor ap…
-
It's easy to clean up accounts that are registered through JSON - we just grab the account href from the `sub` claim and schedule it for cleanup. (see https://github.com/stormpath/stormpath-framework-…
-
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
…