cianekaj's avatar

cas authentication laravel

Hello team, I am trying to implement CAS authentication for the first time to the application I am working on. the login work well I can see the home page, but when I click to any other link (this redirect to a specific route) , it shows that I am not logged in, with the message "{"error":"User is not logged in.","code":403}" Can you please help Thank you

0 likes
2 replies
mabdullahsari's avatar

How do you expect us to help if you don't provide the actual error context and do not tell us what you've already tried to fix the problem?

asmri's avatar

i guess you have to replace the default auth with cas.auth in midleware and you can assign the cas authentication to default auth

Please or to participate in this conversation.