F
Filament2mo ago
MZX

Anyone implemented SAML in a Filament app?

Would appreciate some help.
Solution:
Nevermind, I made a custom middleware and used that, and removed the default authenticate class
Jump to solution
5 Replies
toeknee
toeknee2mo ago
It's more laravel than filament, we have an auth login class, just override it and handle the logic with your SAML
MZX
MZXOP2mo ago
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
MZX
MZX2mo ago
Nevermind, I made a custom middleware and used that, and removed the default authenticate class
MZX
MZXOP2mo ago
I hope that's the right approach

Did you find this page helpful?