Search code examples
active-directorysingle-sign-onadfsws-federationadfs3.0

ADSF/WIF interaction example


I'm new to ADFS. So could someone give a brief example of interacting with this service (login and claim check) using WIF library?

Thanks.


Solution

  • After some investigation I've made a minimal sample Web API project. It implements an authentication itself and a retrieval of user's email inside an ASP.Net controller. To make ADFS to return a email claim see this question.