Open
Description
MSAL client type
Public
Problem statement
There is currently no Native Authentication support for .NET MAUI, at least officially.
Current MAUI guides point to Browser-delegated authentication flow only.
Proposed solution
Confirm if MSAL.NET Native Authentication is currently not available for .NET MAUI?
If true, then the proposed solution would be adding MSAL.NET Native Authentication support for .NET MAUI.
Alternatives
Native authentication API is an alternative to consider even though it is not a recommended approach according to the documentation.