Releases: boxyhq/jackson
Releases · boxyhq/jackson
SAML Jackson v1.1.3
Updated
- Updated saml20 to support
yarn install
SAML Jackson v1.1.2
Changed
- Minor tweaks to Admin UI text
Fixed
- default value for
jwsAlg
option
SAML Jackson v1.1.1
Added
- Custom OAuth param
resource
can now be used to encode tenant and product. This allows the passing of tenant and product in cases where the client_id cannot be made dynamic.
SAML Jackson v1.1.0
Added
- Jackson now supports an OpenID Connect skin on top of SAML
SAML Jackson v1.0.7
Added
- Support for PlanetScale which is MySQL compatible serverless database (https://planetscale.com/)
SAML Jackson v1.0.6
Added
- Updated dependencies
SAML Jackson v1.0.5
Added
- Send
state
with OAuth error response - Updated dependencies
SAML Jackson v1.0.4
Added
- OAuth 2.0 compliant error handling, error details are sent back as query parameters as long as redirect URL is validated
- Added parsing of tenant and product from the
scope
parameter
Fixed
- Downgraded Redis npm to v4.0.6 to fix the optional chaining issue
SAML Jackson v1.0.3
Fixed
- Send
tenant
andproduct
asrequested
params whenclient_id
is used
SAML Jackson v1.0.2
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