Separating signup and login on Xamarin Android OidcClient

I have a Xamarin Forms app and for Android app I’m using Auth0Client for Login, which navigates a user to the Auth0 Login view. I would like to have Signup button on the app which will navigate a user to the Auth0 Signup view. So is it possible to navigate a user to the Auth0 Signup View using Auth0.OidcClient.Auth0Client?

Hi @petar.vujovic,

Welcome to Auth0 Community!

If you are using the New Universal Login experience, specifying a screen_hint=signup parameter to /authorize, users will be redirected to the Signup page instead of the Login page.

I believe that this API reference doc shows how to include extra parameters: Class Auth0ClientBase

Hope this helps!

Thanks,
Dave

1 Like

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