[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.