Federated login issue with URLs that have multiple arguments

19 views
Skip to first unread message

gwstuff

unread,
Jul 14, 2011, 7:46:17 PM7/14/11
to google-a...@googlegroups.com
Hi,

I am facing an issue with federated logins that causes non-first parameters in the return url to get lost, presumably because they are being interpreted as arguments in the outer login URL, rather than in the inner return url.

    f_url = users.create_login_url(dest, federated_identity=openid_url)

where

generates
<federated login gateway>?continue=www.example.com/script?action=foo [arg is lost]

Am I doing something wrong? My workaround for now is to encode the whole urlencoded argument string as one argument, but it would be bad to have to do this everywhere.

gwstuff

unread,
Jul 15, 2011, 4:15:58 PM7/15/11
to google-a...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages