Facebook login issue SOCIALACCOUNT_PROVIDERS --> AUTH_PARAMS #3998
Replies: 5 comments 2 replies
-
"Logged in during the session"...where? Are you referring to your own project's sessions? If so, why would the user be logging in to FB again if (s)he is already logged in. Overall, I don't understand the scenario. |
Beta Was this translation helpful? Give feedback.
-
Issue with Facebook Login: If a user logs into their Facebook account with the same browser and then tries to log into my application using their Facebook account, my current Facebook provider settings require reauthentication. This forces the user to enter their password again when logging into my application with their Facebook account. What I Want: I want to change the configuration so that when a user logs into my application with their Facebook account, they are not asked to enter their password again. I have tried changing the settings to "rerequested" and "https," but this is not working. Please let me know what I am doing wrong. |
Beta Was this translation helpful? Give feedback.
-
Not asking for the password is the default, you don't need to deal with |
Beta Was this translation helpful? Give feedback.
-
Hi @pennersr ,
I'm facing an issue when I try to change the AUTH_PARAMS object from "auth_type": "reauthenticate" to "auth_type": "https" or "auth_type": "request".
Here are the configurations for the Facebook provider:
python
Copy code
I used reauthenticate to force the user to enter their password while logging in with Facebook.
Now, I don't want users to add their password again if they are already logged in during the session.
I've seen a couple of solutions, but they didn't work out. Please let me know if I'm missing something.
Beta Was this translation helpful? Give feedback.
All reactions