mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-12 10:35:03 +00:00
using request for saml redirect URL
This commit is contained in:
parent
88f9773116
commit
6b0d108f09
@ -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)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user