0

I've searched over Internet and I couldn't find any good resources explaining how to authenticate an ASP.NET Core web application through ADFS using the SAML protocol.

However, I found an old blog post saying that it was not supported and that it would not be until at least .NET Core 2.1. Except of that, I didn't find anything else.

However, I can't believe that something so important is not yet supported...

Does anyone has any experience with that? Note that Azure is not an option here.

ssougnez
  • 5,315
  • 11
  • 46
  • 79
  • IdentityServer4 supports them. – Sasan Oct 06 '18 at 12:57
  • I checked a bit because I didn't know this. Am I right if I say that IS4 is a NuGet package that I can install and that understand the SAML returned by ADFS ? – ssougnez Oct 06 '18 at 15:04
  • 1
    IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core 2. I watched this [video](https://www.youtube.com/watch?v=TZzFPhVkzo4&t=2012s) on youtube and it shows that it supports ADFS and SAML. – Sasan Oct 07 '18 at 11:14

1 Answers1

0

Yes you can - see this example using Sustainsys.

You can also use ComponentSpace (examples in that blog) or Rock Solid Knowledge as per this example.

rbrayb
  • 46,440
  • 34
  • 114
  • 174