Is there an email_verified field in the id_token (only from iOS?)? Can it be false?
Thanks for the details. We did introduce this claim in the ID token recently to communicate that this is a verified email address.
Since we will only return verified email address this value when included will always be true. We decided to include this so that applications that depend this claim to recognize a verified email can continue to do so.