Is it possible to use Windows Identity Foundation without Active directory?
I thought i could, but the vast majority of what i am finding uses it at some point.
Am i just using crappy search terms?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can. In fact WIF is never used against AD directly, but through ADFS (another component in Windows).
You can use WIF with any identity provider that implements the WS-Federation protocol and issues SAML tokens.
Look here for examples http://msdn.microsoft.com/en-us/library/ff423674.aspx or the Identity Training Kit (or event the WIF SDK samples)