using request for saml redirect URL

This commit is contained in:
Dario Ghunney Ware 2025-02-24 09:54:51 +00:00
parent 88f9773116
commit 6b0d108f09

View File

@ -124,9 +124,7 @@ public class AccountWebController {
if (applicationProperties.getEnterpriseEdition().isSsoAutoLogin()) {
return "redirect:"
+ SPDFApplication.getStaticBaseUrl()
+ ":"
+ SPDFApplication.getStaticPort()
+ request.getRequestURL()
+ saml2AuthenticationPath;
} else {
providerList.put(saml2AuthenticationPath, samlIdp + " (SAML 2)");