Click here to Skip to main content
15,891,902 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using openAuth 2.0 in my asp.net project for signing with google account.
But at the time of signing with google account i facing problem and getting the following Error:
400. That’s an error.

OpenID auth request contains an unregistered domain:
http://localhost:2193/partyKaro/default.aspx


Please provide any suggestion, so that i can resolve this issue.

Thanks in advance,
Posted
Updated 4-Jul-14 22:31pm
v3
Comments
Richard MacCutchan 5-Jul-14 5:47am    
localhost is not a valid domain, so you cannot use it.

1 solution

Google closed registration to new OpenID 2.0 clients in May 2014.
please go through these
https://developers.google.com/+/api/auth-migration#timetable[^]
https://developers.google.com/+/api/auth-migration#userinfo[^]

now we have 2 options.

1.Use OAuth 2.0 instead of openID protocols and older versions of OAuth.
2.Use Google+ login which Google tried to "push" you towards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900