Release Notes 6.2.7 (Jan 2023)
New Features
Landing page field in Settings > Permissions screen updated to reflect clearer options.
From now on the drop down in the landing page field will show all the options but only the modules selected below will be enabled for you to choose.
API Changes
- Register
- AddOrUpdateUserProfile
From now on the user type and identity provider must be aligned in the above two API calls. This change ensures that users are created correctly via API.
- "IdentityProvider" = -1 and "UserType"= 2
- "IdentityProvider" != -1 and "UserType" != 1
For reference - here are the parameters for these API calls:
IdentityProvider: None = -1, Okta = 0, GSuite = 1, CustomSaml2 = 2, Ldap = 3
UserType: Windows = 0, Internal = 1, External = 2.
Bug Fixes
- Playbooks containing playbook blocks with empty input sometimes fail (ID #00165485)
- Some Async actions fail with timeout (ID #12387, #12541, #00162613)
- Error message when running Get_Case_Tasks in SDK (ID #12431)
- Problem with saving Playbook (ID #12837)
- Inactive user logged out of the platform after 15 minutes. Please note: the default time is now 3 hours.
- In some scenarios - successful playbook block execution within a playbook caused the parent playbook to stop.
- "Get Original Alert JSON" action fails in Playbook simulator mode.
- Cannot change user permission group on first try.