Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Sign-in #104

Open
ahmadfh opened this issue Dec 19, 2019 · 1 comment
Open

Apple Sign-in #104

ahmadfh opened this issue Dec 19, 2019 · 1 comment

Comments

@ahmadfh
Copy link

ahmadfh commented Dec 19, 2019

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

@medric
Copy link

medric commented Feb 21, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants