Problems with cookie and login with ExpressionEngine 2 Bridge and SSO Vanilla 2
Hi all. Somebody use Vanilla 2 Forums and ExpressionEngine? I'm trying to configure the SSO and the EE 2 to Vanilla Forums 2 Bridge, i've done all the steps, but when in Vanilla i try to do the Proxy Connect Test i've this answer:
It doesn't seem like we were able to retrieve a logged-in session from the AuthenticateURL you specified. Please make sure you are logged in to your remote application before performing this test.
The SSO configuration is:
Main Site URL : http://meshup.it/
Authenticate URL : http://meshup.it/sso/vanilla
Registration URL : http://meshup.it/registrazione
Sign-In URL : http://meshup.it/accedi
Sign-Out URLhttp://meshup.it/?ACT=33
In the sso/vanilla template i embed this code:
{if logged_in}
UniqueID={member_id}
Name={username}
Email={email}
{/if}
I edited the config.php in vanilla, i enabled the sm_vanilla extension in EE, and but still the same answer.
Somebody use that? how i can resolve?
PLEASE HELP ME!!!