We're establishing an ADFS (2.0) that will be responsible for authenticating users for several, customer-facing systems. The authentication mechanism is out-sourced to an external partner, which offers access to several authentication providers.
We recently ran into the following scenario :
- A user attempts to access customer-facing system A and is redirected to the ADFS for authentication.
- The ADFS redirects the user to the authentication partner, where he authenticates succesfully.
- The user is sent back to the ADFS with his authentication token.
- The ADFS sends the user back to system A. He now has a session with it.
- The user attempts to access System B, in which he is not yet authenticated, and is sent to the ADFS.
This is where the ADFS strays from the behaviour we expected. Instead of recognizing the user, and transparently sending him back to System B with a valid authentication token, the ADFS sends him to our authentication partner for re-authentication.
This completely destroys the SSO functionality we wanted for customers using systems A and B, but we have not found a way to have the ADFS establish a user session and re-using that during access to the second system.
Has anyone solved this problem?
Can ADFS only deliver single sign-on when it's wholly responsible for authentication?