Post

Replies

Boosts

Views

Activity

Reply to Apple SSO popUp state not being returned
I'm seeing the same thing you are. I would expect to see the state in the authorization key, and there should also be a user key at the same level as authorization according to the docs. The SignInResponseI interface also shows the same properties that are supposed to be included, but they are not in my response. I only have an authorization with code and id_token.Am I doing something wrong?Edit: The user key does appear, but only on the first attempt. Subsequent attempts, that key is not present. I had to go into my Apple account and delete the website from my list of Apps and Websites to see it again on the next try. Still, I don't see the state parameter, but I guess that can be manually included in my request to my server with the other info.
Mar ’20