auth0/auth0.net

Management client missing cross-origin settings for client creation

laurencee opened this issue · 1 comments

Checklist

  • I have looked into the Readme and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

I'm using 7.22.1 from nuget.

The API documentation for client creation /api/v2/clients has options to set cross_origin_authentication which is missing from this .NET client.

Describe the ideal solution

Match the exposed v2 API contracts.

Alternatives and current workarounds

Don't use this .NET client and call the HTTP endpoints myself manually.

Additional context

No response

Thanks for reporting, I opened a PR to fix this.