Xamarin Auth0 custom login screen

Hello,
I’m working on a Xamarin Forms application, I was using browser based login, but I want to change that login to my custom login UI.
Is there any way to implement Auth0.Lock in Xamarin, or any other way to use my own custom login UI.

Thanks

The best practices way is to use the browser based login. You can use an embedded safari view controller with the Auth0 oidc nuget package.

If you want to do a purely seamless custom login form you lose the ability to use social providers I believe. It’s a lot of cons for little pros in my opinion.

Centralized Universal Login vs. Embedded Login (auth0.com)

You need to read the auth0 authentication docs to do the login manually.

2 Likes

Thanks for sharing that with the rest of community!