I’m here to explain WCF claims in federated services using STS (security token service) from a layman’s perspective. I’ve started with the set of configuration you have to put in place on web.config under system.serviceModel to make your service in federated way. Instead of very boring textual explanation, I’m explaining in comic way.
This is to be declared inside –> element of system.serviceModel section of web.config.
The is the place you have to tell where STS is hosted over which binding with appropriate binding configuration. This service expects SAML 1.1 provided by udoozSTS. Since, this is expected as part of request message, it has been declared in Message security mode.
The proofs are called as claims. A collection of claims about a consumer provided by a identity provider (STS) with its identity is called as ClaimSet.