If you're using the rpx auth from here: http://www.web2pyslices.com/main/slices/take_slice/28 ...your token url should look something like this: rpxauth.token_url = "http://localhost:8000/[your app]/default/user/ login"
On Jul 16, 10:02 am, Narendran <[email protected]> wrote: > I had to set the token_url in user function actually. But am facing > some issue with request.vars on getting the redirect from rpxnow. > > This is the initial request to the page that contains the login link: / > <APP>/default/getOfferDetails?offerId=192 > Now in the user function, I am setting the token_url to > :http://localhost:8000/<APP>/default/getOfferDetails?offerId=192 > After redirection, in get offer details, the offerId gets converted to > a string like this :( > In getOfferDetails: OfferId: ['192', '192'] > > On Jul 16, 7:02 pm, Narendran <[email protected]> wrote: > > > Did that now. Still doesn't work. > > > On Jul 16, 6:37 pm, "mr.freeze" <[email protected]> wrote: > > > > Have you tried setting this?: > > > auth.settings.login_next = URL(...) > > > > On Jul 16, 7:18 am, Narendran <[email protected]> wrote: > > > > > Hi, > > > > I am not sure where the problem is. I am using rpxauth in the > > > > plugin_comments plugin. I have placed comments plugin in some page > > > > (not index.html). But after login using rpxauth, I am getting > > > > redirected to default/index. > > > > Can you please let me know if this is the expected beviour in one of > > > > these plugins? If not, can you please help me find out the issue? > > > > > -- > > > > Thanks > > > > Narendran

