Is there a lock screen for Xamarin Forms?

I know there is a quick start for Xamarin… However, it looks like there is no “Lock screen” widget. I would prefer to use lock screen, instead of opening a browser. Is this possible?

I’ve found this to be true as well. From what I can tell, you’d need to build you own custom UI, as well make the requests to Auth0 endpoints and process the results yourself. The Auth0.OidcClient seems to only use the SFSafariViewController on iOS and the CustomTabs control on Android. This is not uncommon. Even the Xamarin.Auth library uses these. However, you can build your own UI and make calls against the Auth0 endpoints yourself. I believe all those endpoint URIs can be found in Advanced Settings, under the Endpoints tab for your Auth0 application.

It really would be nice for Auth0’s client to have some kind of native UI for Xamarin, though.

1 Like

Hey there @jsauve!

That is correct. Thank you for sharing you knowledge and providing that feedback as well! I’ll make sure to relay it to appropriate product team!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.