Anyone implemented SAML in a Filament app?
Would appreciate some help.
Solution:Jump to solution
Nevermind, I made a custom middleware and used that, and removed the default authenticate class
5 Replies
It's more laravel than filament, we have an auth login class, just override it and handle the logic with your SAML
Alright, will take a look
I have implemented the SAML, I am just stuck on one small part. How do I redirect the user to the saml login route instead of the default filament login page?
Solution
Nevermind, I made a custom middleware and used that, and removed the default authenticate class
I hope that's the right approach