Google openid returns a claimed_id, such as https://www.google.com/accounts/o8/id?id=Apt0atlGwaRLf6bidtlCtqFNpp1Rvdg0Ka8aqrs
And Google oauth2 userinfo returns a number is, 100168242610783512505.
Given one, how to get the other one? I want to nomalize openid and oauth2 login process. Any suggestion is welcome.
Thanks