Can anyone point me to .NET MAUI Hybrid sample application with authentication and roles?
I am not sure how to implement roles and managing authentication in .NET MAUI razor mobile application
Help
Can anyone point me to .NET MAUI Hybrid sample application with authentication and roles?
I am not sure how to implement roles and managing authentication in .NET MAUI razor mobile application
Help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Sep 8, 2025, 11:23 AM
There are two common approaches:
ASP.NET Core Identity + API backend (classic username/password, role-based auth).
Token-based (JWT / OIDC provider like Azure AD, Auth0, IdentityServer) (roles via claims in token).