I\'m trying to verify the code I got from the \"Sign In with Apple\" service on my Redirect Uri. I used the information from the documentation to create the post data and ge
The problem for me was that I forgot to verify my domain under the Service Id section of the Apple dev portal.
You need to download the key they give you, and upload it to: https://example.com/.well-known/apple-developer-domain-association.txt
The website doesn't verify automatically, you have to click the verify button and get a green tick next to the domain to be sure. After this, I had no more invalid_client issues.
As the flow was changed, you just have to add the Domain and the Communication Email to:
Certificates, Identifiers & Profiles > More > Configure