When a user signs in with Apple and chooses not use an anonomized email address, we recieve the email address as part of the id_token. However, if that user changes their email via Apple ID account settings, the next time the user signs in with their Apple ID to our app, the email field is missing from the id_token.
Is this expected behavior? Is there not a way to retrieve the user's new email address?