I have a C# dll that provides HOTP and TOTP authentication. I'd like to adapt this for use with ADFS sign in pages. (I'll share this DLL with you if you like)
How do I integrate my authentication DLL into ADFS?
I see on this page that it's possible to create such a thing, and Microsoft PhoneFactor is already doing it.
What is missing is how do I integrate an arbitrary DLL into this process. I'm sure that I need to link to specific URLs, hook to specific interfaces, but I can't find the documentation for this.
Quote
You can also use external authentication providers. This approach can enable AD FSto integrate with additional services, such as Windows Azure Active Authentication, or you can develop your own provider.
The linked documentation takes me to authorization rules, which I'm not very familiar with, but regardless, I don't think that is the technical depth I need to integrate my solution.
So how do I integrate PhoneFactor or a 3rd party DLL into ADFS?