Nothing happens?
Hi!
I'm currently trying to integrate Vanilla Forums with our ASP.NET website.
I have created an authentication-site which checks the session/cookie for logged in users on our site and returns the jsonp-object with the needed data (id, email, name, img-path).
When I try to test the authentication site from the forum administration I get this result which I assume is as expected: test({ "name": "", "photourl": "" })
When I try to login to the forums via the "Sign in with XYZ.com", I'm redirected to the login page of XYZ.com - but when I've logged in to XYZ.com I'm not logged in to the forum.
Am I missing something important? And is there any way to debug this?
Thanks for all replies!
0
Answers
Gotten a little longer now; it is working in test-mode, but if run "live" it always gives a "signature invalid" error.
We had some troubles with the date-code earlier so we are checking if this may be the source of the error (we are running ISS).