How to send client certificate from the IApiEndpointQueryContext / IServiceLocator ? #7966
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
I just know that you can use Xamarin.Essentials.WebAuthenticator.AuthenticateAsync(new Uri(url), new Uri(c.CallbackUrl)) |
Beta Was this translation helpful? Give feedback.
-
One of our team members suggested to provide an IWebRequestCreate (https://docs.microsoft.com/en-us/dotnet/api/system.net.iwebrequestcreate?view=net-6.0) in the query : https://nventive.visualstudio.com/Umbrella/_git/Umbrella?path=/src/Umbrella.Query/Query/QueryExecution.cs&version=GBmaster&line=23&lineEnd=24&lineStartColumn=1&lineEndColumn=1&lineStyle=plain&_a=contents You should be able to configure certificate directly on the WebRequest using it cc @dr1rrb @carldebilly |
Beta Was this translation helpful? Give feedback.
-
We want to send the client certificate from the application, to get the response from the webservice. Can you please help us with some sample code / guthub sample where we can get more information around it?
Beta Was this translation helpful? Give feedback.
All reactions