Appearance
ProAuth 2.1.28
This release prioritizes multi-tenant stability and security hardening. Key improvements include resolving a critical view isolation issue, ensuring consistent branding in OIDC contexts, and eliminating race conditions during high-load startup sequences.
Security Multi-Tenant View IsolationResolved a critical issue in multi-tenant environments where custom views from one tenant could inadvertently be served to another due to insufficient context in cache keys. This update strengthens the isolation logic to prevent potential information leakage between tenants. (#2864)
Core OIDC Branding ContextFixed an issue where OIDC-specific branding configuration was not correctly propagated in certain UserStore login scenarios. This ensures that the correct visual identity is always presented to users during authentication flows. (#2864)
Platform Stability
- Pipeline Initialization: Resolved a race condition during the initialization of new tenant request pipelines. This fix prevents intermittent 500 errors that could occur during application startup or periods of high load. (#2864)