v2020-10-05
2020-10-05
Release Notes
With this release, the setCookieDomain
configuration (under brig
/config
.optSettings
) no longer has any effect, and can be removed.
Security improvements
- Authentication cookies are set to the specific DNS name of the backend server (like nginz-https.example.com), instead of a wildcard domain (like *.example.com). This is achieved by leaving the domain empty in the Set-Cookie header, but changing the code to allow clients with old cookies to continue using them until they get renewed. (#1102)
Bug Fixes
- Match users on email in SCIM search: Manage invited user by SCIM when SSO is enabled (#1207)
New Features
- Amount of SFT servers returned on /calls/config/v2 can be limited (default 5, configurable) (#1206)
- Allow SCIM without SAML (#1200)