* Phalguni Mukherjee <> [2014-03-28 13:37]:
> I have my architecture as follows: I have a service provider SP1 which
> provides SAML based authentication, I have a second service provider SP2
> which provides some service, now I want to authenticate the user for SP2
> through SP1, Is it possibe to do that, I didn't find a solution to it?
Then you're arguably not securing resources on SP2 with SAML, meaning
you'll have to secure access to SP2 with some other protocol (between
SP1 and SP2, in your example).
-peter