stormpath-sdk-java
stormpath-sdk-java copied to clipboard
Official Java SDK for the Stormpath User Management REST API
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...
Exception on startup is as follows: ``` 2018-02-08 12:13:09.988 ERROR 57655 --- [ main] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path...
The built in SDK endpoint /register returns an error - "Unsupported operation." but it creates the account in Okta anyway and logs as follows after onValidSubmit() throws an exception. RegisteredAccountRequestEvent...
Originally reported by: @brussellc5 in: okta/okta-sdk-java#117 > With the Okta version of the Stormpath SDK, we're getting these same results (loss of custom profile attributes) in the following scenarios: >...
- [x] DisabledAccountStoreResolver - [x] Change `DefaultAccount` to use the Okta user endpoint - [ ] YAML config for Application object - Don't think we need this anymore? - [...
When my Stormpath project want to use Okta API, besides changing the version from "0.0.7-SNAPSHOT" to "2.0.0-okta", do I need to make other changes? Because after I change the version...
1. Create Native OIDC Application in Okta, and select all Allowed Grant Types. Select 'Use Client Authentication' 2. Set the login redirect URL to http://localhost:8080/client/callback 3. `git clone https://github.com/stormpath/stormpath-sdk-java.git &&...
A customer pointed this out to me. In the Okta docs here: https://help.okta.com/en/prod/Content/Topics/Directory/About_Universal_Directory.htm it says that profile data number types are stored as 64-bit numbers in Java long format. Apparently,...
When I clone the project and want to run "mvn clean install", it showed build failed. And the error message shows like below: [ERROR] Failed to execute goal on project...