Skip to content

SAML Jackson v1.3.1

Compare
Choose a tag to compare
@niwsa niwsa released this 11 Oct 15:52
· 2973 commits to release since this release
2e5da52

Added

  • Return types added for ConnectionAPIController methods.
  • Support for i18n internationalization: #560 (From @G3root)
  • Mark older SDK methods as deprecated in typings.
  • Check if oidcPath is set while creating/updating connection and also in authorize request for an OIDC Connection.
  • Throw an error if entityID is not passed in IdP metadata.

Changed

  • Made the env variables (oidcPath and openid) optional so that a package upgrade can proceed seamlessly.

Fixed

  • Reduce docker image size using Next.js output file tracing: #557 (From @G3root)