Reputation: 931
I just started looking in ADFS and it looks very confusing. I need to setup AD FS for my client using SAML based WebSSO protocol.
I figured out configuring Ad FS server side , but dont know how to configure the client side for this.
What would i need to mention in my web.config to achieve this. (Like where do I mention certificate details and other required wcf related settings) Do i need to write any special code ?
Upvotes: 0
Views: 85
Reputation: 46720
For SAML, you need a client side SAML stack.
Also, the SAML protocol is not a good fit for WCF. The WIF active profile would be a much better fit.
Upvotes: 1