okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

Compatibility with `RestSharp 111.* #723

Closed SergeiPavlov closed 3 months ago

SergeiPavlov commented 5 months ago

Describe the feature request?

Okta.Sdk Nuget depends on RestSharp 110.2 But RestSharp 111 has breaking changes and some methods used by Okta.SDK have disappeared

We cannot use both Okta.Sdk & RestSharp 111.* in the same app

New or Affected Resource(s)

Okta.Sdk Nuget 8.0

Provide a documentation link

No response

Additional Information?

No response

laura-rodriguez commented 5 months ago

Thanks for reporting this. I'll file an internal issue for the team to investigate.

Internal Ref: OKTA-742351 OKTA-755652

crohling commented 4 months ago

@laura-rodriguez Also, restsharp.110.2.0 is vulnerable to CVE-2024-30105 via system.text.json 7.0.2. restsharp has updated this dependency in later versions. In case that changes priority.