Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Single Sign On, RC2

edited July 2010 in Vanilla 2.0 - 2.8
Hi, I like a few others have been trying to implement SSO in Vanilla 2. Using a working copy of
* 'vanillaforums-Garden-Vanilla_2.0_rc2-149-gac78dd6.zip' and the plugin
* 'vanilla-proxyconnect-1.2.zip'
I have progressed somewhat conducting the following actions:
* Created an additional column in gdn_userauthenticationprovider (RegisterUrl VARCHAR(255)) -> there is a RegistrationUrl column but the plugin/model looked for the new column
* Copied plugins/ProxyConnect/class.proxyauthenticator.php to libraries/core/authenticators
* Added a require entry in bootstrap.php to load interface.ihandshake.php

I now encounter another *bump*, but observe the following error in the log:
library\core\class.pluggable.php, 171, Gdn_Auth.xAllowHandshake(), The "Gdn_Auth" object does not have a "xAllowHandshake" method.

Thanks for your thoughts.

BTW, I am pretty new to Vanilla
Sign In or Register to comment.