Hi there,
I’ve followed the setup for Apple ID.
I’m getting this error when trying to trigger Apple login:
invalid_request
Invalid client scope
This is the URL being fired:
https://appleid.apple.com/auth/authorize?client_id=com.usablebalance.sociallogin&scope=name+email&response_type=code&redirect_uri=https%3A%2F%2Fwhatsleft.au.auth0.com%2Flogin%2Fcallback&prompt=login&response_mode=form_post&state=0NmYf0z6ELN4axf_gH8XOO1lvwbxJ4b8
I’ve double checked the documentation, and name+email is the two valid scopes which are added when you check both of them for the social connection.
Client ID is fine, as when I change that it goes to “invalid_client”, but with that one it works.
Has anyone else had this issue, I can’t find anything on apple forums, or auth0 forums about this.