We have requirement to implement ADFS to enable SSO with our partner application
- Application A and Application B are be configured with ADFS for Authentication
- User launches browser tries to launch application www.appA.com , then we need to redirect to ADFS Login page for authentication
- After Login user clicks on link for Application B or tries to launch www.AppB.com in web browser, the user should be again redirected to ADFS login page irrespective of if he is authenticated in App A or not.
Kindly guide us How to implement above. If we configure RPs as Web passive, it doesn't ask for login if authenticated in one application.