using request for saml redirect URL
This commit is contained in:
@@ -124,9 +124,7 @@ public class AccountWebController {
|
|||||||
|
|
||||||
if (applicationProperties.getEnterpriseEdition().isSsoAutoLogin()) {
|
if (applicationProperties.getEnterpriseEdition().isSsoAutoLogin()) {
|
||||||
return "redirect:"
|
return "redirect:"
|
||||||
+ SPDFApplication.getStaticBaseUrl()
|
+ request.getRequestURL()
|
||||||
+ ":"
|
|
||||||
+ SPDFApplication.getStaticPort()
|
|
||||||
+ saml2AuthenticationPath;
|
+ saml2AuthenticationPath;
|
||||||
} else {
|
} else {
|
||||||
providerList.put(saml2AuthenticationPath, samlIdp + " (SAML 2)");
|
providerList.put(saml2AuthenticationPath, samlIdp + " (SAML 2)");
|
||||||
|
|||||||
Reference in New Issue
Block a user