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] Authentication succesful: Not logged in [SOLVED]

edited January 2011 in Vanilla 2.0 - 2.8
I integrated ProxyConnect with a custom Kohana-application and ran proxyconnect through xdebug and found the following:

When a user clicks "Sign in", he is succesfully redirected to my authentication URL and the correct credentials are returned. An user is created (or found if it already exists) and the ProxyConnect Authenticator returns Gdn_Authenticator::AUTH_SUCCESS. But: I get redirected to the vanilla index page, which still treats me like a guest (shows a "Sign in"-button)!

I suspect the problem is in Gdn_ProxyAuthenticator->DeAuthenticate() (based on it's naming) but why?

Comments

  • Turns out it's not a proxyconnect-problem: I overlooked the "SignIn"-privilege for regular users..
Sign In or Register to comment.