Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client error: POST https://appleid.apple.com/auth/token resulted in a 400 Bad Request response: {"error":"invalid_grant"} #24

Open
WilliamBlais opened this issue Jun 25, 2020 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@WilliamBlais
Copy link

I'm having an issue with the callback. I have double checked clientID, teamID and accountId.

Somebody else has this problem?

@WilliamBlais
Copy link
Author

Fixed: Make sure to never call Socialite::driver($provider)->user() twice, or Socialite::driver($provider)->user() AND Socialiter::driver($provider)->login().

@mikebronner
Copy link
Owner

@WilliamBlais Thanks for noting this. I will add this to the documentation.

@mikebronner mikebronner self-assigned this Jun 25, 2020
@mikebronner mikebronner added the documentation Improvements or additions to documentation label Jun 25, 2020
@mikebronner mikebronner reopened this Jun 25, 2020
@mikebronner
Copy link
Owner

Follow-up: this also happens during testing or refreshing the login page before completing the initial registration all the way through. The following requests do not include the user's name.

@rohail-office
Copy link

@mikebronner have you find any solution for this

@Lee-YuMin
Copy link

in my case.
apple don't allow to use authentication number twice.
i refreshed page after auth login for test.
so whenever you need to confirm data or refresh, you have to login again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants