|
OpenIdForGoogleAccounts
One-sentence summary of this page.
Featured 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 LoginYou 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" /> |
► Sign in to add a comment
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.