okta-sdk-dotnet
okta-sdk-dotnet copied to clipboard
A new repository.
- Make UserSchemaAttribute.MinLength nullable - Make UserSchemaAttribute.MaxLength nullable Fixes #702
### Describe the bug? Both UserSchemaAttribute and UserSchemaAttributeItems apply annotations to property members to send default values, which is null for non intrinsics. A 500 error results when calling the...
### Describe the bug? SMH. At what point does Okta realize that we are paying customers, and it is just embarrassing how many bugs there are that are not being...
### Describe the bug? Can we add DPoP support to Okta SDK so that it can get client_credentials token for API use wherein DPoP support is enabled for application? Currently...
### Describe the bug? The documentation at https://developer.okta.com/okta-sdk-dotnet/latest/ appears to be missing the documentation for the V6 and V7 releases. ### What is expected to happen? I should see at...
## User story As a user, I would like to depend as little on third-party dependencies as possible. For this reason, I would like to move from Newtonsoft.Json to System.Text.Json....
### Describe the feature request? The groups listing API (`/api/v1/groups`) supports the `expand` query param to return additional metadata about the group ([source](https://developer.okta.com/docs/reference/api/groups/#request-parameters-3)). I need to be able to query...
### Describe the bug? Attempting to use SDK for API calls, but cannot get passed `System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'` Providing code snippet below with secrets...
This PR is initiated after I discovered that `UserApi.GetUserWithHttpInfoAsync()` method was always returning the `Data `property as `null` and the `ErrorText` with the following text: > "Could not find member...
Policy Api : _policyApiAsync.GetPolicyAsync fails and always sends 404 even when the Policy exists
### Describe the bug? I am trying to retrieve the policy rule using `_policyApiAsync.GetPolicyAsync` but it always fails with `404 - Resource not found` error even when Policy exists in...