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

A new repository.

Results 58 okta-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug

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

bug

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

bug

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

enhancement
priority-pending
OKTA-444983

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

enhancement

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

bug

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

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

bug