Validation flows now preserve original RuleException messages even when nested inside functions like AS:LookupValue. This enhancement ensures that detailed and user-friendly validation messages are correctly surfaced to the frontend, improving debugging and user feedback.
Fixed an issue in 2025.6 where apps deployed via Docker on Azure were redirected to http instead of https during authentication. Improved proxy handling to ensure correct secure protocol usage.
Added support for combining RuleException messages from multiple nested validation flows, including those triggered within lookup functions like AS:LookupValue. This ensures that all relevant validation feedback is surfaced clearly to the user, even when composed from deeply nested conditions.