oauth-io/oauth-js

Apple Sign-in

ahmadfh opened this issue · 1 comments

I keep getting this error when use apple sign-in with scopes (email, name)
invalid_request response_mode must be form_post when name or email scope is requested.

I believe that you need to pass response_mode=form_post as query string when you redirect to apple auth link https://appleid.apple.com/auth/authorize?response_mode=form_post

Hi,

^ Agreed. I think the authentication URL should be https://appleid.apple.com/auth/authorize?response_mode=form_post.

We're experiencing this issue as well.

Cheers.