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.

SSO with jsconnect 1.4.1 and Vanilla Forum 2.1.3 - "Whoops provider not found"

This discussion is related to the Vanilla jsConnect addon.

I've been using Vanilla Forum 2.0.18 with jsconnect previous version succesfully so far.

After the succesful SSO login I used to redirect my embedded forum page to

$landing_vanilla='/vanilla/entry/jsconnect?client_id=123456789&Target=%2F';
header("Location:$landing_vanilla");

This worked well until upgrade to 2.1.3

Now I get "Whoops provider not found" BUT I'm properly logged in on my site and on embedded Vanilla Forum as it is shown if I go to forum discussions page.

It seems that jsconnect cannot found the appropriate link

Now I changed the link to my php embedded page:
$landing_vanilla='forum.php';

This does not rise error BUT I have to click on

"Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
your_username
Sign In with your_website"

Then, even without entering the password I'm properly logged in....

In add, if I copy and paste the link I see on the above signin message on the browser, it AGAIN give the whoops error... so I think the magic is made by Javascript

What am I doing wrong?

Thanks a lot!

Luigi

Comments

Sign In or Register to comment.