Signin with Apple throws invalid_client error

100 views Asked by At

I am trying to integrate apple login in my laravel app with larvel/socialite. I have created the app from developer account and using all the correct credentials. And generated the secret key using private key. But I am facing the issue Client error: POST https://appleid.apple.com/auth/token` resulted in a 400 Bad Request response: {"error":"invalid_client"}`. I have followed this tutorial to generate the client_secret_key using private auth key.

I read so many guides, forums discussion and tutorials and nothing works.

0

There are 0 answers