Route user directly to reset password on Xamarin Android

Please include the following information in your post:

  • Which SDK this is regarding: Xamarin Android using Auth0.OidcClient.Android
  • SDK Version: Latest version
  • Platform Version:
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

We are using the new “Universal” feature. Using the android client listed above, when I want to authenticate the user, it redirects to a chrome browser to do the authentication which I understand. I am good with that. The question is, once on that authentication page, there is a link for forgot password and sign up. I want to know how I can navigate directly to those pages. For example, in my Android app, I have a button that says “Login” and that goes to the authentication page like it does today. If I then wanted a button or link in my app for “Forgot Password”, I would like to take them directly to the Auth0 page for forgot password.

Thanks!

Similar topic that was answered but not for the Android SDK:
https://community.auth0.com/t/how-do-i-redirect-users-directly-to-the-hosted-signup-page/42520

Similar topic that was not answered:
https://community.auth0.com/t/how-to-redirect-to-user-change-password-screen-directly-by-using-auth0-android-sdk/83642

This is a weekly bump!