okta-sdk-java
okta-sdk-java copied to clipboard
Java SDK for Okta Resource Management
A recent [PR](https://github.com/okta/okta-sdk-java/pull/1506) introduced a new pagination mechanism, deprecating the use of `PagedList`. Seeing as the new pagination mechanism relies on shared state stored in the API client, namely `responseHeaders`,...
### Describe the bug? We are seeing the following error after upgrading an API from SDK version 16.0.0 to 19.0.0. After an hour the SDK fails to obtain a new...
### Describe the bug? Prior to version 18.0.0 is was possible to create a federated user like so ``` CreateUserRequest request = new CreateUserRequest() .credentials(new UserCredentials() .provider(new AuthenticationProvider() .name("FEDERATION") .type(FEDERATION)));...
### Describe the bug? We are experiencing intermittent "invalid session" errors in our Spring Boot application running on AWS Elastic Beanstalk (EBS). This application utilizes the Okta SDK with an...
### Describe the bug? Calling `UserApi.getUser()`, `updateUser()` then `getUser()` on the same ID in that order would throw the following: ``` java.lang.ClassCastException: class com.okta.sdk.resource.model.User cannot be cast to class com.okta.sdk.resource.model.UserGetSingleton...
### Describe the bug? The bug described here https://github.com/okta/okta-sdk-java/issues/1582 still exists. Group creation with custom attributes is still failing in Version 21. ### What is expected to happen? Create a...
### Describe the bug? I posted the issuer here. https://devforum.okta.com/t/the-settings-signon-object-doesnt-match-the-type-indicated-by-signonmode-value-or-is-ill-defined/32805 Quickly Our company has code to create an Application used the SDK. Have just upgraded to 21. Using the existing...
### Describe the feature request? Our company is late to the party, so we are upgrading, going from Okta SDK 15 to 21. This is one library we used that...
Field "resend" in class com.okta.sdk.resource.model.UserFactorLinks should be a list of objects, but instead it is a generic Object which makes it impossible to get the links from the API response.
### Describe the bug? On any version greater than 13.0.2 I get this compilation issue ``` [error] bad constant pool index: 0 at pos: 1942 [error] while compiling: /Staff.scala [error]...