okta-sdk-java
okta-sdk-java copied to clipboard
Java SDK for Okta Resource Management
## Description There are multiple issues in the current API specification that prevent us from using the latest SDK version (since v19). See the ticket in the OpenAPI spec repository...
Using following code only provides first 200 user group membership var userResourcesApi = new UserResourcesApi(client); var groups = userResourcesApi.listUserGroups(userId); However, there are no clear instructions on how we can get...
### Describe the bug? Cache manager does not seem to use the resource based cache when creating a cache manager for the api client like: ``` val cacheManager = Caches...
> :information_source: **If you have a question**, please post it on the [Okta Developer Forum](https://devforum.okta.com) instead. Issues in this repository are reserved for bug reports and feature requests only. I...
## Issue(s) ## Description ## Category - [ ] Bugfix - [ ] Enhancement - [ ] New Feature - [ ] Library Upgrade - [ ] Configuration Change -...
### Describe the bug? The (generated) class com.okta.sdk.resource.model.LogAuthenticationContext includes these fields from the log event object: authenticationProvider authenticationStep credentialProvider credentialType externalSessionId interface issuer Should it also include rootSessionId? The field...
### Describe the bug? A memory leak was introduced in ApiClient.java in these two lines: https://github.com/okta/okta-sdk-java/blob/44a6c268f8d1c2e2bfd31d74bc97779a5027e6d0/api/src/main/resources/custom_templates/ApiClient.mustache#L164 https://github.com/okta/okta-sdk-java/blob/44a6c268f8d1c2e2bfd31d74bc97779a5027e6d0/api/src/main/resources/custom_templates/ApiClient.mustache#L165 These concurrent maps reinvent the wheel of a thread local variable in java...
### Describe the bug? The PasswordPolicyRule equals method is not including parent attributes in the comparison. ### What is expected to happen? The PasswordPolicyRule equals method take into account the...
## Issue(s) https://oktainc.atlassian.net/jira/software/c/projects/OKTA/boards/1092?selectedIssue=OKTA-1011258 ## Description Java SDK throwing deserialization errors when calling the Network Zones API for Verizon ## Category - [ ] Bugfix - [ ] Enhancement - [...
## Issue(s) ## Description ## Category - [ ] Bugfix - [ ] Enhancement - [ ] New Feature - [ ] Library Upgrade - [ ] Configuration Change -...