Hi,
I am new to ADFS and need some basic information of its programming interface to get started.
We have a customer that has a SharePoint 2010 installation that uses AD's users and user groups. Now the customer needs to integrate to other locations that run their own AD, and has chosen to connect the AD's using ADFS.
From a SharePoint point of view its pretty straightforward, you configure it to use ADFS instead of LDAP like in this article (written for SharePoint 2007, not 2010, but never mind: http://technet.microsoft.com/en-us/library/cc262069(office.12).aspx)
What I am wondering about is that how can I create a C# web service (WCF 4.0) that contains methods that does user management, like creating and deleting an user or a user group? If I would be facing only AD I would use System.DirectoryService like explained here: http://www.codeproject.com/KB/system/everythingInAD.aspx#36
But now I probably have to deal with ADFS. I understood that the ADFS API is System.Web.Security.SingleSignOn (http://msdn.microsoft.com/en-us/library/bb625463(v=VS.85).aspx) but can't find any examples how to do basic tasks like creating an user.
Am I totally on the wrong track here? Any pointers to the right direction will be appreciated.
Henrik