Figured I would start a different post for this :-)

Don't know if there is a problem in my Janrain account or if it exists in
web2py

but I get the following error

token_url domain not in whitelist

my domains are set in janrain to www.em-ecommerce.com and www.suck-o.de

and my code is like this

from gluon.contrib.login_methods.rpx_account import RPXAccount
auth.settings.actions_disabled=['register','change_password','request_reset_password']
auth.settings.login_form = RPXAccount(request,
    api_key='...',
    domain='em',
    url = "http://www.em-ecommmerce.com/%s/default/user/login"; %
request.application)

any ideas as to the error

*cheers

Reply via email to