Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@Revsgaard Revsgaard released this 20 Jun 15:17
  • Support Azure Key Vault
  • Support destination URL with "?" like a Google Suite SSO URL https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXX
  • Issuer, EntityID and AllowedAudienceUris is changed to string values
    Full support in .NET Core. AllowedAudienceUris as string values is not supported in .NET Framework
  • AuthnRequest support Subject and NameID
  • AssertionConsumerService index error resolved
  • Read IdP metadata support optional "use" attribute on KeyDescriptor
  • Resolve certificate store find issue
  • CertificateUtil Load method from file support X509KeyStorageFlags

This release will brake the code!
The relying party and identity provider code in relation to Issuer, EntityID and AllowedAudienceUris has to be changed from using URI to string values. Please see the test/sample applications.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/