Skip to content

v1.1.0

Compare
Choose a tag to compare
@markstos markstos released this 10 May 21:23
· 301 commits to master since this release

New Features

  • Add option to disable SAML spec AuthnRequest optional value AssertionConsumerServiceURL. (Steven Marusa)
  • Add SamlResponseXML method to profile object (@josecolella)
  • Support InResponseTo validations in MultiSaml (@stavros-wb)
  • Create a way to get provider metadata when using MultiSamlStrategy (@mlunoe)
  • Add Requested Authn Context Comparison Type parameter: RACComparison (@osan15, @markstos)

Bug Fixes

  • Fix error handling bug with MultiSaml code (@cjbarth)

Internals

  • Set explicitChar to true when parsing xml. Now character content of an
    element should be accessed only through ._ (@andkrist)
  • Add yarn.lock (@markstos)
  • Drop support for Node.js 4. It is EOL'ed
  • Upgrade xml-crypto
  • Fix Node buffer deprecation warning