[ProxyConnect] Authentication succesful: Not logged in [SOLVED]
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?
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?
Tagged:
1
Comments