Releases: boxyhq/jackson
Releases · boxyhq/jackson
SAML Jackson v1.8.1
Changed
- Updated node to v18.14.2
SAML Jackson v1.8.0
Changed
- Updated dependencies
- Updated schema for MySQL, MariaDB and MS SQL to prevent
ER_TOO_LONG_KEY
error (Please contact us if you are using one of these databases and we'll help you with the migration)
SAML Jackson v1.7.6
Changed
- Updated dependencies
Added
- Email/Password login for Admin Portal, set
NEXTAUTH_ADMIN_CREDENTIALS=email:password
SAML Jackson v1.7.5
Added
- Attribute
identifierFormat
to overrideurn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
for certain providers like ADFS
SAML Jackson v1.7.4
Changed
- Updated dependencies
SAML Jackson v1.7.3
Fixed
- Added back missing
idHash
in userinfo API
Changed
- Updated dependencies
SAML Jackson v1.7.2
Added
- Friendly mappings for well-known SSO providers (instead of showing the domain names)
Changed
- UI tweaks
- Tweaks to SAML metadata validation
SAML Jackson v1.7.1
Changed
- To override ForceAuthn for SAML logins you now need to send the custom param
forceAuthn=true/false
during the OAuth authorize step (instead of the previousprompt=login
) - Tweaks to the SAML Configuration page
SAML Jackson v1.7.0
Added
- Support for multiple Directory Sync connections per tenant and product
Changed
- Error messages returned by APIs are now standardized as a json object with
error.message
containing the error message - Updated dependencies
SAML Jackson v1.6.0
Added
- Enterprise SSO login support for Admin Portal
- React component for our Login UI, will be available in npm as
@boxyhq/react-ui
that you can use with your frontend
Changed
- Updated dependencies
Fixed
- Bug with the
@boxyhq/saml-jackson
npm module related to a bad import