We are having the same issue, id_token is missing :(
Response from https://appleid.apple.com/auth/token:
{
"access_token": "access_token",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "refresh_token"
}
It started 3 hours ago.
Post
Replies
Boosts
Views
Activity
Since that time (5 hours ago) we didn't have errors anymore. It seems to have back to normal.
We still have the issue for some of our customers.
Last error: 30 minutes ago.
It's intermittent.
We still have the issue :(
It's intermittent, sometimes it returns the id_token, and for some apps it does not return at all.
Expected response:
{
"access_token": "access_token",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "refresh_token",
"id_token": "id_token"
}
I'm having the same issue, identifiers (app and service IDs) and keys are configured properly, and I even created an app (unpublished) in the App Store Connect, but nothing works, the same invalid_request message is displayed: "No AppPlatform or Primary app for the web application".Some weeks ago we created identifiers and keys (without app in App Store) and everything worked as expected. It seems that Apple changed or broke something.