Appearance
ProAuth 2.2.10
This release focuses on security hardening and runtime stability in demanding tenant environments, while also improving the CAPTCHA administration experience. It reduces the likelihood of internal implementation details appearing in exceptional error responses, strengthens behavior under heavy parallel tenant activity, and makes affected authentication flows easier to configure and validate in the Admin UI.
Security
SecurityHardened Error Response Protection
Improved protection for exceptional error scenarios where too much technical information could previously be returned in an error response. Internal system details are now better shielded from callers in these cases, while expected functional error handling remains unchanged. (#2875)
Core
CoreImproved Stability and Memory Handling for High-Load Tenant Scenarios
Fixed an issue where high-load environments with frequent tenant and identity provider changes could trigger intermittent authentication failures, background processing errors, and increasing memory usage over time. Tenant pipeline rebuilds now isolate routing state more cleanly, tenant resources are disposed more reliably, and concurrency handling has been improved for database and job queue operations to support large-scale automated testing and deployment activity more safely. (#2876)
AdminApp
AdminAppImproved CAPTCHA Configuration and Validation Experience
Resolved an issue where CAPTCHA configuration options were not fully available in the Admin UI for affected authentication flows. Client-side CAPTCHA integration during sign-in and second-factor verification has also been improved to make validation behavior more reliable and reduce avoidable user-facing friction. (#2873)