Reputation: 11125
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
Upvotes: 0
Views: 132
Reputation: 48314
The mentioned IdentityServer is a good choice. But consider writing your own STS. This is easy and gives you full control over various scenarios (reclaiming lost or expired passwords, single sign out, etc.)
Upvotes: 1
Reputation: 46803
Have a look at IdentityServer.
It authenticates against SQL Server and federates nicely with ADFS.
Upvotes: 2