laravel-saml2
laravel-saml2 copied to clipboard
ADFS IDP checking if user already logged in via middleware or anyother way
Hi ,
I have integrated this package with ADFS on premises.
How i can check if user is already logged in ADFS network ? so i can directly redirect him to application.
For now acs route fires only if user add credentials in defined IDP.
Rather is there any way via middleware or anything with which we can check if user is already logged in IDP then we just only need to redirect user.
Any help would be appreciated !
Thanks !