Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
940 stars 606 forks source link

Thank you 💖 #1455

Closed mderriey closed 1 week ago

mderriey commented 1 month ago

Hi there,

We've had to integrate with a SAML provider and found this project.

The integration was a breeze, so we wanted to thank you! We don't know a lot about SAML, and the library handles all the nitty bits for us, which is much appreciated.

Our setup is not super common, but we found workarounds for everything:

I know some of this sounds strange, but we had to configure the provider with limited information from an external system that we don't have control over. The point is that the library made it super easy for us to integrate with a SAML provider and work around the oddities of our setup.

Thanks again!

AndersAbel commented 1 month ago

Thank you for your kind words.

You are right in that some of this sounds a bit strange. After a decade working on this library I've learned that there are so many special cases that I would never have thought about from the start. I'm happy to hear that the extension points available made it possible for you to customize the library to work for you.