We would like to pass an email address as a query string in Authorization URL so that it can be pre-fill in authorization login page. For example: The url will look something like this:
https://www.dropbox.com/oauth2/authorize?client_id=MY_CLIENT_ID&redirect_uri=MY_REDIRECT_URI&response_type=code&email=xyz@abc.com
We already have the user's email address and can we pre-fill it in the authorization login page?
BTW - The email address can be pre-fill in the login page. We would like something similar to the login page:
https://www.dropbox.com/login?email=xyz@abc.com
Thanks in advance!