My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
OpenIdForGoogleAccounts  
One-sentence summary of this page.
Featured
Updated Jun 23, 2010 by dyuproj...@gmail.com

Regular Google Accounts (gmail)

https://www.google.com/accounts/o8/id is commonly used.

Its the url of the xrds file.

Google Accounts OpenId Federated Login

You actually have 3 options for the openid identifier:

This is the url of the xrds file. Works out-of-the-box.
This is the actual openid2.provider url.
To enable using the openid_identifier as the openid2.provider, edit openid.properties:
openid.identifier_as_server = true

With this approach, you are allowing your users to use your site as the openid identifier.

To enable, simply add this to your main page:

<link rel="openid2.provider" href="https://www.google.com/a/example.com/o8/ud?be=o8" />

Comment by dob...@gmail.com, Aug 30, 2010

See also http://code.google.com/p/dyuproject/issues/detail?id=23 for a "Discovery" implementation that will auto-discover google apps openID's by pinging google's servers.


Sign in to add a comment
Powered by Google Project Hosting