Post

Replies

Boosts

Views

Activity

The id_token is missing from all instances of TokenResponse
The TokenResponse (https://developer.apple.com/documentation/sign_in_with_apple/tokenresponse) returned from https://appleid.apple.com/auth/token does not contain "id_token" field, effectively rendering SIWA non-working: {"access_token":"...","token_type":"Bearer","expires_in":3600,"refresh_token":"..."} The "id_token" is the only field that can be validated since it's a JWT and contains the user's identity (subject) that can be used to match with our backend's records. This started about 4 hours ago and is still not fixed. I posted feedback at https://feedbackassistant.apple.com/feedback/9024635, duplicating here if someone can give any advice.
13
0
2.9k
Mar ’21