Foren

OpenId Login

Vishal M, geändert vor 9 Jahren.

OpenId Login

New Member Beiträge: 14 Beitrittsdatum: 15.07.14 Neueste Beiträge
Hi,

I have changed navigation.jsp in login portlet using hook, and enable a user to login with openId for google.
Its working fine on my localhost:8080 However it gives me 400 That’s an error
OpenID auth request contains an unregistered domain: www.example.com:8080
when I use www.example.com
I am using
https://www.google.com/accounts/o8/id
URL for google login.

Thanks
Vishal.
thumbnail
Subhash Pavuskar, geändert vor 9 Jahren.

RE: OpenId Login

Regular Member Beiträge: 234 Beitrittsdatum: 13.03.12 Neueste Beiträge
Hi,

According to this page Google closed registration to new OpenID 2.0 clients in May 2014.

The reason why some hosts work and some don't is that although Google isn't adding new hosts, you can still use the ones that are already registered.

UPDATE : Some people have asked for a simple explanation for how to fix this, or otherwise how to proceed.

Basically, you now have 2 options.

Use OAuth 2.0 (instead of openID protocols and older versions of OAuth)

or

Use Google+ login (which Google tried to "push" you towards)

For more details check the migration guide :

https://developers.google.com/+/api/auth-migration#userinfo
Vishal M, geändert vor 9 Jahren.

RE: OpenId Login

New Member Beiträge: 14 Beitrittsdatum: 15.07.14 Neueste Beiträge
I appreciate your help emoticon


Thanks,
Vishal.