You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 linkhttps://appleid.apple.com/auth/authorize?response_mode=form_post
The text was updated successfully, but these errors were encountered: