social-core icon indicating copy to clipboard operation
social-core copied to clipboard

Auth0 Skip universal login

Open adnathanail opened this issue 3 years ago • 2 comments

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.

  1. Setup social-app-django in a Django project
  2. Redirect a user to social:begin
  3. 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)

adnathanail avatar Mar 14 '22 16:03 adnathanail

Did anyone figure out if this is possible?

rsegner avatar Nov 10 '23 04:11 rsegner

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.

nijel avatar Apr 01 '25 09:04 nijel