Dec 22 2010
WCF Claims, STS and Federation – Layman’s View – 2
In the previous post, we have seen the service configuration of WCF federation. In this post, let us see the STS configuration. In the STS’s configuration file, it is mentioned in <message> element. The STS service contract is declared in Udooz.ISecurityTokenService and implementation is resided in Udooz.SecurityTokenService. The message security mode is specified [...]