Auth0 Skip universal login
Expected behaviour
I would like the ability to skip the Universal login, allowing me to direct my users to specific authentication methods with a single click. This would mean I could hide certain login methods from certain users.
The post below seems to imply it is possible with Auth0
https://community.auth0.com/t/how-to-directly-link-to-login-page/31979/4
Is there a way to pass this connection parameter through social-app-django?
Actual behaviour
Currently I have to direct my users to the universal login page where they can see all available login methods.
What are the steps to reproduce this issue?
Input clear steps to reproduce the issue for a maintainer.
- Setup
social-app-djangoin a Django project - Redirect a user to
social:begin - They will be directed to the Universal login screen, with no option for me to send them straight to a specific method (e.g. Google/Microsoft)
Did anyone figure out if this is possible?
It should be pretty easy to add additional setting to pass this parameter in https://github.com/python-social-auth/social-core/blob/master/social_core/backends/auth0.py, but nobody implmeneted it so far.