Custom Client Login from third party website
Added by David Green almost 15 years ago
Hi I have redmine set-up successfully on a different domain to my main website. I am trying to set-up a custom login to the other domain. I get the error Invalid form authenticity token. Assuming redmine creates this token, is there a work around so I can have a front-end login to redmine?
Thanks, David
Replies (6)
RE: Custom Client Login from third party website
-
Added by Muntek Singh almost 15 years ago
LDAP or OpenID integration is your best bet.
RE: Custom Client Login from third party website
-
Added by David Green almost 15 years ago
Thanks looking into now.
RE: Custom Client Login from third party website
-
Added by David Green almost 15 years ago
OK. Installed successfully and my host has checked. The checkbox: Allow OpenID login and registration is still unavailable in the authentication section in admin. What else do I need to do?
RE: Custom Client Login from third party website
-
Added by Holger Just almost 15 years ago
You need the Openid gem:
gem install ruby-openid
RE: Custom Client Login from third party website
-
Added by David Green almost 15 years ago
I already did that and it has installed correctly. Still a disabled check box?
RE: Custom Client Login from third party website
-
Added by Igor Balk almost 15 years ago
To enable check box you have to restart redmine after installing gem. But for some reason I do not think it will resolve the issue with authenticity token.