Implement OAUTH, SAML, Social Login #711
Replies: 3 comments 1 reply
-
That would be very nice! This way, it would be possible to have single sign-on with other applications. |
Beta Was this translation helpful? Give feedback.
-
The django-allauth link is deprecated. https://docs.allauth.org/en/latest/index.html is the current link to the documentation. |
Beta Was this translation helpful? Give feedback.
-
I feel like I'm really close on this. I've got
...but since it says Keycloak was removed in favor of generic OpenID Connect, I tried this based on the OIDC documentation:
Neither of those results in the I have I also added
Also, in my
So even if I can't pre-populate "Social Account" login in the settings file, I hoped maybe I could add it through the GUI. So I can navigate to It then shows in the Even after all this, I don't see any option to log in with my "social provider" when I log out. So it may be that adding it via the GUI is working and I just can't get to the button to log in with Keycloak? I can't find any setting to activate/show that button. Also I see several discussions about this (#693 is one) so I hope somebody can give me that last nudge to get it working. |
Beta Was this translation helpful? Give feedback.
-
Django All-Auth already support a huge list of social providers.
https://django-allauth.readthedocs.io/en/latest/providers.html#keycloak
Make it possible to login via keycloak, google etc.
Beta Was this translation helpful? Give feedback.
All reactions