laravel / socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.

Home Page:https://laravel.com/docs/socialite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid client

serhatopcu opened this issue · comments

Socialite Version

5.6.1

Laravel Version

10

PHP Version

7.4

Database Driver & Version

mysql

Description

After signing in with Apple, I am getting the following error when I am redirected to the callback page.

GuzzleHttp\Exception\ClientException
Client error: POST https://appleid.apple.com/auth/token resulted in a 400 Bad Request response: {"error":"invalid_client"}

Steps To Reproduce

laravel new bug-report --github="--public"

I don't think we have an Apple driver? Most likely this needs to be reported to the third party library you're using.