In my environment authentication is already done in Apache (Kerberos). I want to use this already authenticated user within my Laravel application.Example, file test.php set putenv("KRB5CCNAME={$_SERVER[KRB5CCNAME]}") and variable KRB5CCNAME is set!!!but i usage lavarel -app variable KRB5CCNAME and variable not set. How do I configure Laravel for this usage?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community