Posts

Post marked as solved
4 Replies
Oh! If I have verified domains, do I not need the individual addresses? It's one or the other, not both?
Post marked as solved
7 Replies
Thanks for the info sudhakar19. I did get a token from the iOS SDK that decoded into claims like this:{ "iss": "https://appleid.apple.com", "aud": "my aud", "exp": 1565810682, "iat": 1565810082, "sub": "some sub", "c_hash": "hash", "email": "emailaddress", "email_verified": "true", "auth_time": 1565810082 }and there is an `email_verified` field in there.
Post marked as solved
7 Replies
Also: if I don't see the email_verified field in tokens (like I am not for tokens from web sign ins) does that mean email_verified: true?