saml

SAML: Communication between Service Providers?

I've been tasked with writing a SP (Service Provider) for SAML v2.0 in ASP.NET, and I wonder the following; If a user logs in on the main SP for a service (where my SP becomes accessible for a user as an anchor/link, unless previously bookmarked), and then requests access to my SP, how should I handle their login? They will have logge...

SAML2 usage with axis2 web service

Is there any way that i can use SAML to authenticate(SSO) to an Idp using an axis2 web service? ...