Releases: boxyhq/jackson
Releases · boxyhq/jackson
SAML Jackson v0.5.0
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
Added
- Delete session and code after use
- Send
tenant
,product
,client_id
andstate
in the response ofuserinfo
API call, this will help the client side read back the context where needed
SAML Jackson v0.4.2
Fixed
- Admin UI API calls were using an unnecessary API key auth, auth is already done by NextAuth JWT
SAML Jackson v0.4.1
Added
- Admin UI with the ability to add, edit, delete and view SAML configurations
SAML Jackson v0.4.0
Changed
- Local port changed from 5000 -> 5225 to avoid conflict on MacOS
SAML Jackson v0.3.8
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
andproduct
- 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
Fixed
- Deflate and base64 encode when sending SAML requests (as per RFC)
Added
- OpenAPI documentation and specification files
SAML Jackson v0.3.5
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
Security
- Fixed PKCE check
- Fixed API key check for config routes
SAML Jackson v0.3.2
Changed
- Moved from express.js to next.js