Project

General

Profile

Login from a different domain.

Added by Farrukh Malik almost 14 years ago

Hi All,

I hope that this is not a repost. I tried to search forums but couldn't find solution.

I have installed redmine on a domain e:g www.xyz.org:3000. Everything is working fine. I just want to get users authenticated from a different domain. I have User Name and Password form on www.abc.com, when user fills it and it is submitted to www.xyz.org:3000. I get an error "Invalid form authenticity token."

Can some one please let me know how to get rid of this problem?

Thanks in Advance.

Farrukh


Replies (2)

RE: Login from a different domain. - Added by Felix Schäfer almost 14 years ago

That won't be easily done because of the cross site scripting protection in rails, which includes a hidden authenticity token in forms it serves, and checks for said token on form submission.

RE: Login from a different domain. - Added by Felix Schäfer almost 14 years ago

Possible solutions: poll the db directly, use LDAP.

    (1-2/2)