Posts

Post not yet marked as solved
0 Replies
1.1k Views
Hello,We're getting 400 responses when the /authorize page makes a request to /consent. Our app's Sign In with Apple implementation aside, this is easily reproducible using the example onhttps://developer.apple.com/documentation/signinwithapplejs/configuring_your_webpage_for_sign_in_with_apple.After entering account credentials on /authorize, we see this: (edit: I can't see this image when viewing this post, so just in case it doesn't actually work, the text is "Your request could not be completed because of an error. Please try again later.")and the response from /consent is as thus:{ "service_errors" : [ { "code" : "-24007", "message" : "response_mode must be form_post when name or email scope is requested." } ], "hasError" : true}Here's the request being made (/authorize is definitely passing in response_mode=form_post!):https://appleid.apple.com/appleauth/auth/oauth/consent?client_id=<client_id>&redirect_uri=<redirect_urI>&scope=email&state=<state>&response_type=code%20id_token&response_mode=form_postWould love for this to be resolved ASAP as it's blocking our work on Sign In with Apple. We've filed a radar ticket already, but wanted to try all the avenues we could.On a more general note, we'd also be really appreciative if there was some sort of status page where we could check the health of the service as it would save us some heart attacks every time Sign In with Apple breaks on Apple's side 🙂Cheers.
Posted
by ismeta.
Last updated
.