Most Facebook login attempts are good, but some fail because they have id_token on the response #4393
Unanswered
gustavo-maurina
asked this question in
Help
Replies: 1 comment 4 replies
-
Facebook returns id_token if at some point for this facebook account for this app it has been requested, so even if you have requested it only once and don't request it for current request - it will also be returned. I see two scenarios where this may happen: you suddenly requested id_token in past while testing - in this case revoking access in Facebook account is enough. Or you have mobile/other platforms that have common FACEBOOK_CLIENT_ID and they request id_token. In this case, you can ask other developers to change their requests or change your provider settings so you will request id_token on each request |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I tackle this problem? Most login attempts that happen with Facebook are good and there's no error, but some login attempts, from specific accounts, will fail with this error message:
After reading quite a good amount, I'm not sure what the best approach is here. Is there any simple configuration I'm missing? Or should I create a custom provider rather than the Facebook built-in?
Beta Was this translation helpful? Give feedback.
All reactions