Skip to content

Releases: boxyhq/jackson

SAML Jackson v0.5.0

19 Mar 01:07
Compare
Choose a tag to compare

Added

  • Pagination support in the Admin UI, supports large lists now

Changed

  • Updated response of the Config APIs to return consistent attributes

SAML Jackson v0.4.3

16 Mar 22:12
Compare
Choose a tag to compare

Added

  • Delete session and code after use
  • Send tenant, product, client_id and state in the response of userinfo API call, this will help the client side read back the context where needed

SAML Jackson v0.4.2

01 Mar 13:23
Compare
Choose a tag to compare

Fixed

  • Admin UI API calls were using an unnecessary API key auth, auth is already done by NextAuth JWT

SAML Jackson v0.4.1

23 Feb 00:02
Compare
Choose a tag to compare

Added

  • Admin UI with the ability to add, edit, delete and view SAML configurations

SAML Jackson v0.4.0

22 Feb 19:10
Compare
Choose a tag to compare

Changed

  • Local port changed from 5000 -> 5225 to avoid conflict on MacOS

SAML Jackson v0.3.8

20 Feb 12:50
ce1a9e9
Compare
Choose a tag to compare

Added

  • SBOM reports
  • Container signing using cosign
  • Support for HTTP-POST of SAML request
  • OpenTelemetry metrics
  • CLIENT_SECRET_VERIFIER configuration to make OAuth client_secret more secure when using tenant and product
  • SAML request can now be validated by the Identity Provider using the embedded signature and public key

Changed

  • Updated to Node 16.14.0
  • Updated Next.js to 12.1.0

SAML Jackson v0.3.6

20 Jan 22:19
Compare
Choose a tag to compare

Fixed

  • Deflate and base64 encode when sending SAML requests (as per RFC)

Added

  • OpenAPI documentation and specification files

SAML Jackson v0.3.5

20 Jan 21:59
Compare
Choose a tag to compare

Added

  • encodedRawMetadata field, which is a base64 encoded version of the SAML metadata. This is to avoid being blocked by some gateways

SAML Jackson v0.3.3

08 Jan 01:19
Compare
Choose a tag to compare

Security

  • Fixed PKCE check
  • Fixed API key check for config routes

SAML Jackson v0.3.2

08 Jan 01:17
3754f2b
Compare
Choose a tag to compare

Changed

  • Moved from express.js to next.js