Search code examples
.net-coreasp.net-identitymaui

Add Authentification in .NET MAUI development?


I an new to .NET MAUI and i am developing an App. But i don’t know where to start in implementing Authentification. I have a ASP.NET Core WebApp running Identity already.

So What is the best approach to add Authentification in .NET MAUI development?

I have not tried anything


Solution

  • If you want to use your own web service for authentication, you can use WebAuthenticator to achieve it.

    For more information, you can refer to: Web authenticator | Microsoft