Issue 82: Unregistered domain error
Status:  New
Owner: ----
Reported by vothanhl...@gmail.com, Oct 20, 2014
I get the following result from Google:
"OpenID auth request contains an unregistered domain: https://www.oneibc.com"

with my code snippet:
$openid = new \LightOpenID('https://www.oneibc.com');

Do you get the same? Can anyone help me solve this?
Oct 20, 2014
Project Member #1 mewp...@gmail.com
It still works for me. Are you using unmodified example-google.php (aside from the hostname)?

Also, try using 'www.oneibc.com' as the constructor parameter. It expects a hostname, not an URL.

Not to mention that, at this point, OpenID 2.0 is deprecated and using it in new deployments is not necessarily a good idea.