2

i am interested to create a IdP (Identity Provider) with SAML.

It´s possible to create a full IdP funcionalities with ITfoxtec Nuget? Have any example with ASP.Net, c#?

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
Tomas.R
  • 21
  • 1

1 Answers1

1

Yes, it is possible to implement an IdP using the ITfoxtec Identity Saml 2.0 library. You can see an ASP.NET MVC core IdP example at https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestIdPCore.

I have implemented the SAML 2.0 IdP part of FoxIDs using the ITfoxtec Identity Saml 2.0 library.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25