RELEASED: Public: May 28, 2025
Resolved issues
- Match the
redirect_uri
escape hatch support in user visible authenticate method as well (BEE-54703) -
In the CloudBees CI setup where the controller is configured with an internal hostname, while it is exposed to the users via different hostname, the
redirect_uri
in the SSO workflow would get mismatched as it gets computed as internal hostname. This mismatch would cause the SSO login break. Due to some CloudBees CI installation requiring such different hostname configuration we have provided allowing redirect_uri hostname mismatch ignored via a system property-Dcom.cloudbees.opscenter.server.sso.SSOConfiguration.masterRootURLStrictCheckingDisabled
. Previously it had an issue, not it is fully functional.