I also trying to use this.

In my case, I want to log in via my apps domain id (ex:
exampl...@example.com), So

HashSet<String> attributes = new HashSet();
                      attributes.add("openid.mode=checkid_immediate");
                      
attributes.add("openid.ns=http://specs.openid.net/auth/2.0";);
                      attributes.add("openid.return_to=http://example.com";);
userService.createFederatedLoginURL("example.com" , requestUri,
"example.com", attributes));

And From this, created link is :
http://example.com/_ah/login_redir?claimid=example.com&continue=http://example.com/

When I clicked that link, it redirect to my apps domain login page,
but after login complete it redirect to example.com

but page not found error occured.

I changed above link with modification and find "claimid=example.com"
part is correct but continue=http://example.com/ is incorrect.

But I can't figure out correct input.

On 4월7일, 오전3시56분, Viðar Svansson <vidarsv...@gmail.com> wrote:
> Hi
>
> I just noticedcreateFederatedLoginURL() but could not find any
> documentation for it (except for JavaDoc). Is this intended for native
> support for Google Marketplace? Would really appreciate some
> documentation on this.
>
> I am trying this out in 1.3.2 but get an error, The API package 'user'
> or call 'CreateFederatedLoginURL()' was not found.
>
> Viðar
>
>
>
> On Sat, Mar 27, 2010 at 10:27 AM, dflorey <daniel.flo...@gmail.com> wrote:
> > Hi,
> > I'm trying to replace the Step2 stuff with the new
> >createFederatedLoginURL(), but I just get server errors in the
> > provided /_ah/ servlets.
> > Are these methods supposed to work and can someone please post an
> > example how to authenticate and authorize a user?
> > Thanks a lot,
>
> > Daniel
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google App Engine for Java" group.
> > To post to this group, send email to google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine-java?hl=en.- 원본 텍스트 숨기기 -
>
> - 원본 텍스트 보기 -

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to