Skip to content

Releases: boxyhq/jackson

SAML Jackson v1.0.3

10 May 11:59
Compare
Choose a tag to compare

Fixed

  • Send tenant and product as requested params when client_id is used

SAML Jackson v1.0.2

10 May 11:25
87d3d96
Compare
Choose a tag to compare

Added

  • Health check endpoint now returns the app version
  • UI for selection of IdP or app when there are multiple SAML matches
  • A new config/exists API to quickly check if a SAML configuration exists

SAML Jackson v1.0.1

10 May 11:21
9601179
Compare
Choose a tag to compare

Fixed

  • Issue where SAML metadata has the same entity ID but for different applications

SAML Jackson v1.0.0

01 Apr 22:00
Compare
Choose a tag to compare

Added

  • Styled error page
  • Single Logout (SLO) support
  • Health and readiness check endpoint
  • Validate URLs sent in the Config API

SAML Jackson v0.5.1

20 Mar 02:42
Compare
Choose a tag to compare

Fixed

  • Crash during IdP login, where there is no session info

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