Sign in with apple not returing "user" info although scopes are requested

I am attempting to use sign in with apple id based on the documentation at https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms

My authorization url ishttps://appleid.apple.com/auth/authorize?client_id=REDACTED&redirect_uri=REDACTED&response_type=code&response_mode=form_post&scope=name%20email

The response data does not contain the documented "user".. The post data contains only "state" and "code" params.

Is there something else which must be done with the authorization url? Is there something which must be configured for the app?

Replies

I have resolved the issue. I'm still not 100% sure of the true root cause. This morning I was able to delete the association between my apple id and the app, re-authenticate, and received all expected information. I had done that multiple times yesterday with no luck, but it is definitely working now.