3

enter image description here

I am using the latest Library from Nuget, do I need to get the latest from GitHub?

Thanks

Jawahar
  • 183
  • 4
  • 16

2 Answers2

1

The extension method is in the ITfoxtec.Identity.Saml2.MvcCore Nuget package in a namespace with the same name.

The code.

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

I had the same issue and solved it. The newest NuGet release is 3/24/22. BindConfig support was added later on 6/1/22. So if you want to use the version that's in NuGet, just select the next oldest version of the test app in GitHub to get the code that doesn't use BindConfig. For the TestWebAppCore Startup.cs file it's https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/blob/d31f7a1b1ff9251810a4fcef8ac2dc920e2a94ef/test/TestWebAppCore/Startup.cs

tedcodes
  • 1
  • 2