I'm setup horde for auth via application/gollem. All ok, but after auth gollem ask login/password again. If i set 'hordeauth' to true in gollems backends, gollem don't try auth on first page. I solve problem by set 'hordeauth' => Auth::getAuth() ? true : false It's bug or feature? =)