Hi there !
I am planning to integrate my php application with ADFS for single sign on
So here is the flow
1. The user will open the domain of my app if he is not already signed in i will redirect it to sso url provided in the metadata.xml file shared with me by the AD team.
2. Once he is redirected to the AD login once the users fills the login page the request would come to my application
1st Question :-
( How is this going to happen ?? ) Do i need to provide to the url to the AD
2nd Question :-
What would be the request type, structure going to be
3rd Question :-
How is the application going to validate whether the user is authenticated or not. ?