Releases: boxyhq/jackson
Releases · boxyhq/jackson
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
SAML Jackson v1.0.1
Fixed
- Issue where SAML metadata has the same entity ID but for different applications
SAML Jackson v1.0.0
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
Fixed
- Crash during IdP login, where there is no session info
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