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

### Describe the bug? ### Environment - **Okta Java SDK version:** 23.0.1 - **Java version:** 21 ### Current Behavior When retrieving a group using `GroupApi.getGroup(groupId)` , the resulting `Group` object's...

bug

### Describe the bug? UserCredApi - ForgotPasswordResponse forgotPassword(String userId, Boolean sendEmail) fails with 400 "Bad request. Accept and/or Content-Type headers likely do not match supported values." after updating the sdk...

bug

I am building a microservice that integrates with Okta using the Okta Java SDK to retrieve user and group data. For automated testing I'd like to use WireMock to mock...

### Describe the bug? https://developer.okta.com/okta-sdk-java/apidocs/com/okta/sdk/resource/api/UserCredApi.html#expirePasswordWithTempPassword(java.lang.String,java.lang.Boolean,java.util.Map) incorrectly tries to return a `User` object instead of `TempPassword` object. Please see https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserCred/#tag/UserCred/operation/expirePasswordWithTempPassword ### What is expected to happen? A `TempPassword` object is returned,...

bug

## Issue(s) ## Description ## Category - [x] Bugfix - [x] Enhancement - [x] New Feature - [x] Library Upgrade - [x] Configuration Change - [x] Versioning Change - [x]...

## Issue(s) N/A ## Description The version of Handlebars required by this project is only compatible with JDK 17 and upwards; the artifacts built by this project would otherwise be...