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]
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