I'm trying to implement an IDP (SAML2) server inside my application. I don't want any of my partners to ask our customers to register on their side given the fact that my application has all the data needed.
I'm not very familiar with the SAML2 protocol. I found the project Kentor.AuthServices.StubIdp to be the most interesting because it implements everything I need. I'm also aware that it's not built for production purposes.
I planned to build the IDP on top of StubIdp, because I can't afford pricey solutions like ComponentPro.
Is there a better alternatives? Is building on top of StubIdp a good idea?