Is it possible to set up Active Directory Federation Services as a service provider with SAML 2.0?
Rather than writing my own code to consume an assertion from an IdP, I'd rather put some packaged software in front of my SaaS application that handles all the communication with the IdP. Once all the validation & authentication is complete, I'd like ADFS to pass my app the metadata about the user required to log them in. My users are stored in a separate SQL Server table - not in AD. Is this possible to use ADFS for?