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.
ProxyConnect doesn't redirect to login page
I have setup ProxyConnect but it doesn't redirect to the login page of my webapp when I click login. Instead it tries to load http://localhost:8888/site/forum/index.php?p=/entry/signinloopback/discussions
which it returns an empty page.
which it returns an empty page.
Tagged:
2
Comments
http://www.byucafe.com/bbs/index.php?p=/entry/signinloopback/discussions
I had the same problem, which I finally tracked to an empty line at the top of the authentication page in my external app. Removing that empty line fixed the problem. Sample data from my working authentication page:
UniqueID=288 Name=UserName Email=email@email.com
In my testing, including anything on that page except the required data in that exact format caused the sign in to fail.
Hope that helps.
How did you add the UniqueID to the GDN_UserAuthentication table? The instructions on this site are out of date.
What are the values in your ProxyConnect settings screen? Specifically, the Sign In URL, as highlighted here:
Vanilla Forums COO [GitHub, Twitter, About.me]
Is there a way to bypass this screen?
However, I got the SignInUrl value from GDN_UserAuthenticationProvider table using phpMyAdmin. It is:
http://www.byucafe.com/wp-login.php?Target=%s
This value is also found at Vanilla ProxyConnect Configuration in my WordPress admin setting.
Vanilla Forums COO [GitHub, Twitter, About.me]
You'll get a dropdown box. Choose "ProxyConnect".
Vanilla Forums COO [GitHub, Twitter, About.me]
Make sure your index.php file has "2.0.3" at the top. "2.0.2" had a problem with the progress bar.
Vanilla Forums COO [GitHub, Twitter, About.me]