Google OpenId Connect migration: getting the openid_id in ASP.NET app
问题 I've gone through plenty of Google documentation and SO Q/A's but with no luck. I wonder if anyone has yet succesfully used the OpenId to OpenId Connect migration as advised by Google. This is what we used to do: IAuthenticationResponse response = _openid.GetResponse(); if (response != null) { //omitted for brevity } else { IAuthenticationRequest req = _openid.CreateRequest("https://www.google.com/accounts/o8/id"); req.AddExtension(new ClaimsRequest { Country = DemandLevel.Request, Email =