May 2026
Added SAML Service Provider proxy mode support, allowing the SSO server to forward raw SAML assertions directly to external applications. Includes signing utilities, validation endpoints, and UI configuration.
Implemented direct skip-auth entry point for SSO-linked applications, enabling apps to bypass the UI dashboard while maintaining secure authentication. Added encoded parameter support for flexible integration.
Implemented database-backed SAML state management to fix Keycloak RelayState truncation issues. Provides more reliable state persistence compared to session-only storage.
Added support for external application redirection via POST method with encoded payload in body. Enables more secure and flexible integration with applications requiring POST-based callbacks.
Fixed SAML UI mode redirect loops, ObjectId cast errors, POST binding handling, and CSP nonce integration. Improved defensive handling for appId parameters and added legacy URL format support.
Added comprehensive Coolify deployment support with automated scripts, environment configuration, and versioned Docker tags. Streamlined deployment workflow for production environments.