Replies: 4 comments 2 replies
-
I am sorry, but this does not clearly point to a bug in allauth -- it is likely a deployment/config issue, but it's not actionable on this end. Closing. FWIW -- if you check all the redirects, it should redirect to Microsoft -- doesn't it do that? |
Beta Was this translation helpful? Give feedback.
-
What does your social app configuration look like? And what does that link do, does it immediately redirect to the login, or are there other redirects in between? Have a look at your network inspector.... |
Beta Was this translation helpful? Give feedback.
-
Sorry, I closed this discussion as I mistakenly assumed it was filed as an issue. A discussion is fine for this -- reopening. |
Beta Was this translation helpful? Give feedback.
-
Reverting things to be simple:
The code is just a copy of microsoft provider but with different id, and it won't work. Did I miss any step? |
Beta Was this translation helpful? Give feedback.
-
I've installed django allauth with social providers, and it works.
Now I've created a custom social account provider based on Microsoft Graph, just created a new app, added code from socialaccounts/providers/microsoft and changed adapter and provider classes names to my own, as well as the provider id. Now it shows up on the login/signup pages but when I click on it to be redirected to microsoft's authentication page it doesn't work and goes back to login page, without errors.
How to fix it to let my custom social account provider to be working?
Beta Was this translation helpful? Give feedback.
All reactions