ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

support GMAIL openIDs #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/apis/accounts/docs/OpenID.html

Original issue reported on code.google.com by NicoPete...@gmail.com on 30 Oct 2008 at 8:37

GoogleCodeExporter commented 9 years ago
Using an OpenID from http://openid-provider.appspot.com/ results in "500 Error:
Server Error - The server encountered an error and could not complete your 
request."

Or is the 500 caused, because openid-provider.appspot.com "is just an App Engine
demo, not the Google OpenID Provider endpoint"?

Original comment by oliver.k...@gmail.com on 24 Nov 2008 at 2:29

GoogleCodeExporter commented 9 years ago
From my work on appengine and openid on another project I'm sure the openid url 
for google is https://www.google.com/accounts/o8/id
This doesn't work either - I get the following error:

"javax.servlet.ServletException: javax.servlet.ServletException: 
org.openid4java.discovery.DiscoveryException: HTML response must have exactly 
one HEAD element, found 0 : 
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:394)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:403)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:155)"

Original comment by ttay...@encircle.co.uk on 7 Jun 2011 at 12:25

GoogleCodeExporter commented 9 years ago
I have discovered that it needs java4openid version 0.9.6 or greater to work 
with google openid. Gobbledygook is displayed as username in gui though. 

Original comment by ttay...@encircle.co.uk on 8 Jun 2011 at 12:44