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
154 stars 100 forks source link

Okta Configuration: UseProxy was not taken for api configurations #724

Open SoledadIce opened 2 months ago

SoledadIce commented 2 months ago

Hi @bryanapellanes-okta,

I just ran into the same issue today. The issue persists in 8.0.1 after the PR #722 And I daggered into the code for a while, the root cause is that the newly introduced UseProxy config hasn't been added to the extension method MergeConfigurations. So, the config is not properly set for most of the Apis.

Could you please kindly make a hotfix? Thanks!

Originally posted by @SoledadIce in https://github.com/okta/okta-sdk-dotnet/issues/691#issuecomment-2203799808

SoledadIce commented 2 months ago

I just create this as a new issue in case the comment I left was not noticed.

original issue: #691 original PR: #722

bryanapellanes-okta commented 2 months ago

@SoledadIce Thanks for reporting this issue! I've entered an internal issue for tracking and prioritization: OKTA-745408