Accessing Kerberos-secured service from iOS / Android using .NET MAUI
MCM AL
1
Reputation point
We developed an iOS/Android-App using Xamarin.Forms, now MAUI. We want to access a web service that's behind Kerberos authentication. Running our app on windows, this is no problem.
But when we try to access the service from an iOS or Android device, we get a 401 (Unauthorized) response.
Is there any way to authenticate against a Kerberos-secured service from iOS or Android?
Sign in to answer