elerch / SAML2

Fork of SAML2 library on codeplex. This library removes dependencies on Asp.net
Mozilla Public License 2.0
117 stars 63 forks source link

GitHub code doesn't match NuGet SAML2.Core 0.9.0 Version #5

Closed andresfuentes closed 6 years ago

andresfuentes commented 9 years ago

While using the Nuget version I found that the sample code didn't work one of the things was that the method AddByMetadataUrl was not available

chunkily commented 7 years ago

I also had the same problem and I finally figured out why. I installed the Owin.Security.Saml v0.9.0 package which then automatically installed the dependent SAML2.Core v0.5.0.1 package. This older version does not have the AddByMetadataUrl method. Updating the SAML2.Core package to v0.9.0 fixed the issue.

togakangaroo commented 7 years ago

Any chance of this getting fixed?

jaypeng2015 commented 7 years ago

Maybe it's time to release a new version. @elerch I can't get SAML2.Core 0.9.0 working with my project but the GitHub code works well.

elerch commented 6 years ago

Vacation day - sorry for the super-long delay. Nuget now matches df34ed8.