Go through Google before asking question on stackoverflow.
What is SAML:
SAML stands for "Security Assertion Markup Language." It is an XML-based standard for communicating identity information between organizations used for enabling the secure transmittal of authentication tokens and other user attributes across Internet domains.
How SAML Works:
You can find some information of working SAML Here.
Exchanging Authentication and Authorization Data Between Security Domains:-
A trust relationship is established between the IdP(Identity Provider)
and the Service Provider. Essentially, the Service Provider
has a certificate that the IdP has generated and any communication
from the IdP to the Service Provider has to be ‘signed’ with this
certificate. It’s extremely hard to fake signing without the
certificate.
A user signs into the IdP with their credentials.
The user selects a service, or Service Provider / SaaS application.
The IdP returns a SAML response (that is digitally signed by the IdP with its certificate)
The browser takes this SAML response and posts it to the Service Provider. The Service Provider confirms that the SAML response is
properly signed, and if so, gives the user access to the resource –
typically the welcome page of the SaaS application.
go with this link....
http://searchsoa.techtarget.com/tip/How-SAML-works,
One video,
One tutorial
Go through above video. This video provide good information regarding working of SAML.
provide me some poc regarding how saml works? I did, and some compelling results are returned. – Paul Sasik Dec 24 '12 at 13:43