Two Different Google OpenID URLs -


i realized there 2 google open id urls can find online.

would please tell me 1 right 1 use?

in short, when website asks openid identifier, can enter https://www.google.com/accounts/o8/id. website behind scene on url return xrds document. xrds document contains url of google's openid provider https://www.google.com/accounts/o8/ud , proceed openid flow.

see http://openid.net/specs/openid-authentication-2_0.html full info openid identifiers , providers.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -