This release expands Access Structure policies for internal users, introducing hierarchical controls for MFA enforcement, sign-in restrictions, and password policy assignment.
Administrators can now apply security and password policies through access structure nodes, with inheritance across child nodes and prioritised password policy groups.
The release also introduces a new generic Access URL SMS provider, providing flexible SMS integration through configurable API endpoints and placeholders.
In addition, SMS logging has been improved to reduce unnecessary logging, sensitive query parameters are excluded, HTTPS is now required for all SMS providers, and log message sizes are capped to improve stability and security.
New Features and Improvements
Access Structure Policies
Added Access Structure policies for internal users.
Nodes in an access structure can now:
- Require multi-factor authentication (MFA)
- Disable user sign-in
- Assign password policy groups
Policies apply to users assigned to the node and are inherited by child nodes.
Password policy group prioritisation
- Password policy groups are now prioritised according to their order in Environment Settings.
- The Control Client UI now supports reordering password policy groups to control evaluation priority.
Generic Access URL SMS Provider
Added support for a new generic Access URL SMS provider.
The provider can be configured:
Configuration options include:
- Base API URL
- Query parameters with placeholders for:
- Phone number
- Message
- Sender name
This enables integration with custom or third-party SMS gateway providers using simple URL-based APIs.
SMS Logging and Security Improvements
Reduced SMS logging verbosity
SMS provider logging has been improved to log less information by default and only include SMS message content when errors occur.
Improved SMS log privacy
SMS logging now avoids storing query parameters while still including phone numbers for troubleshooting purposes.
HTTPS required for all SMS providers
All SMS providers are now required to use HTTPS to improve transport security.
Logging Improvements
- Log message size limits
Log messages are now limited to 4 KB, reducing excessive log payloads and improving operational stability.