okta-sdk-java
okta-sdk-java copied to clipboard
Java SDK for Okta Resource Management
### Describe the bug? We are seeing consistently thrown NoHttpResponseExceptions (and on the com.okta.sdk.resource.api.UserApi.createUser call in particular) after upgrading our Java SDK from 8.2.1 to 13.0.3. This _appears_ to be...
### Describe the feature request? The `IdpPolicyRuleActionProvider` class is currently missing the ability to set the `id` field. Without this field it cannot be used when creating new IDP Routing...
### Describe the bug? The `PrivateKey` parameter does not seem to be handled correctly for the `OktaClient` builder when setting directly. Instead of treating the private key as a `PrivateKey`,...
### I'm submitting a - [ ] bug report - [x] feature request ### Background info Enable support for Integration with open tracing & micrometer libraries to enable visibility. ###...
## Issue(s) ## Description ## Category - [ ] Bugfix - [ ] Enhancement - [ ] New Feature - [ ] Library Upgrade - [ ] Configuration Change -...
: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'm...
### Describe the feature request? Currently, PRIVATE_KEY authorization mode requires a private key to be provided to the SDK. However, it would be technically possible to perform the JWT token...
## Issue(s) ## Description ## Category - [ ] Bugfix - [ ] Enhancement - [ ] New Feature - [ ] Library Upgrade - [ ] Configuration Change -...
### Describe the feature request? When working with the IDP API endpoints, IDPs of type 'Apple' are mapped to an `IdentityProvider` with the `IdentityProviderType` of `UNKNOWN_DEFAULT_API`. Identity provider types should...
### Describe the bug? Updating an application user using this SDK fails with an error code `E0000009`, and it doesn't give much detail other than `Internal Server Error`. Here are...