Refit and mutual TLS authentication #1440
cguevara1970
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and thanks in advance for any help anyone can provide.
We have used refit from a XamarinForms app successfully connecting to ASP.NET WebApi (not .net core). This has been working successfully for over 2 years. Our client now is requesting that we use mutual TLS authentication, or in other words that we requiere the client to have a digital certificate as well and check it before connecting.
Has anyone found a way to do this using refit? Do I have to use the httpclient component of refit? Is that available on Xamarin Forms? Or would I need to drop down to httpClient proper and rewrite all our refit code?
Thanks again.
Beta Was this translation helpful? Give feedback.
All reactions