mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-05-01 01:16:43 +02: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…
Reference in New Issue
Block a user