Relevant code?
* at startup, first thing that happens is a redirect like in case parameter
"domain" is present, otherwise I sent 401 - Unauthorized. The redirect
seems to cause the server error.
Set<String> attributesRequest = new HashSet<String>();
attributesRequest.add("openid.mode=checkid_immediate");
attributesRequest.add("openid.ns=http://specs.openid.net/auth/2.0");
String loginUrl =
userService.createLoginURL(request.getOriginalRef().toString(), domain,
"https://www.google.com/a/" + domain + "/o8/ud", new HashSet<String>());
response.redirectTemporary(loginUrl);
* Has it ever worked?
No, only using dev server, this is the first deploy. I tried re-deploying
without luck
* What have you tried?
I wonder what other options I have to try ?
* When do you get the error?
Immediately and always
* All accounts or just one OpenID provider?
It is intended to work with any Google Apps domain - a future apps
marketplace application
* Any stack trace printed or errors shown in the logs?
Nothing whatsoever
* Does your authentication work OK on the development server?
Yes
* Why are these questions in order of length, even though I typed themas I
thought of them?
LOL
One more thing :
navigating to data store admin on the backend gives me this error :
Error: Not FoundThe requested URL /_ah/login_required?continue=
http://ah-builtin-python-bundle-dot-latest-dot-koma-software-3.appspot.com/_ah/datastore_admin/
was
not found on this server.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/EO8cxjjMUskJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.