Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a question regarding ADFS and forms authentication. I currently maintain a database of users and have built a somewhat complex claims-based system around it. All of my clients use forms authentication to access my website (ASP.NET). Recently one of my clients expressed a desire to switch to a single sign on model. I would like to use ADFS to accomplish this. My question is how do I go about using both forms authentication and ADFS at the same time. I need all of my other clients to still be able to access the site using forms authentication. I know this cannot be a rare problem, but I can't seem to find any good answers to the question. Thanks very much.

share|improve this question

1 Answer

Not sure I totally understand the question but ADFS can use FBA - AD FS 2.0: How to Change the Local Authentication Type.

Is your "complex claims-based system" a STS? If it is, just federate with ADFS.

If it isn't, have a look at Thinktecture IdentityServer.

share|improve this answer
So if I want company A to be able to authenticate against their own active directory, and I want company B to be able to use forms authentication to access my website, what should I do? Is that the case where I can federate with ADFS if i'm using an STS? – Ralpgh Cholo Feb 1 at 15:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.