Support for various data sources to use with ADFS 2.0 is limited to Active Directory only. I am in need for a production ready STS to authenticate my users against a forms Authentication inside a portal to access various applications ( Single Sign On). After playing around with ADFS 2.0 came to know that it works against Active Directory only. So my users are inside a SQL table and i want the Portal to issue claims to residing applications after the user provides a username and password. Does anyone have any clues as, how to achieve this using ADFS or some other software from microsoft
Share
Have a look at IdentityServer.
It authenticates against SQL Server and federates nicely with ADFS.