Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
One fundamental quesion: will it work?

As far as I know, if you use Google Apps, you have to answer to `/openid` in 
your domain, which LightOpenID obviously can't do automatically.

Also, it seems that the url is always 
"https://www.google.com/accounts/o8/site-xrds?hd=$domain", so there's little 
point in doing additional discovery. Even if we'd assume that this url may 
change in the future, there's a more probable screnario: that there will be 
more than one Link in the host-meta file, possibly pointing to another service 
(since your code doesn't check that it points to an xrds file).

And the last thing -- it's not standarized yet, and I'd rather not implement 
things that aren't part of the standard.

So in summary, do you really think that it's useful enough to integrate it?
Consider the fact that it would be a provider-specific extension, and that it 
would (in my opinion, unnecessarily) introduce additional complexity in usage 
(users would have to know of this funciton, while now they just set a correct 
identity).

Original comment by [email protected] on 6 Jun 2011 at 11:07

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
[deleted comment]

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
It works as far as I can see (tested that today), given that in discovery 
method I use discover_google_apps() as last resort before throwing an exception 
(thus making multiple hand calls to discover_google_apps() unnecessary).

We do not have to answer at '/openid', instead just fetching data from 
host-meta file and it seems that Google's php-openid discovery plugin 
(http://code.google.com/p/php-openid-apps-discovery/) uses something alike. As 
I understood Google's, there shouldn't be any other link in that file.

But I agree that it is a step to be more vendor-specific than now, and yes 
Google's always been a butthurt %)

Original comment by [email protected] on 6 Jun 2011 at 12:43

from lightopenid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.