okta-sdk-java icon indicating copy to clipboard operation
okta-sdk-java copied to clipboard

Java SDK for Okta Resource Management

Results 46 okta-sdk-java issues
Sort by recently updated
recently updated
newest added

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...

bug
OKTA-812920

### 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)));...

bug
okta-oasv3
OKTA-812108

### 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...

bug

### 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...

bug

### 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...

bug
OKTA-899297

### 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...

bug

### 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...

enhancement

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.

bug

### 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]...

bug
help wanted
OKTA-859226