lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

Added possibility to set a Custom-HttpClientHandler #66

Open vigger1980 opened 2 years ago

vigger1980 commented 2 years ago

This can be used to customize the default behavior of the HttpClient. Example: Accepting untrusted SSL certificates.

cdavernas commented 2 years ago

Oh woaw, this is just what I need. Just started using the lib, and I'm facing untrusted certificate issue. When can we hope to have your PR merged and have a package with that feature?