Removed wrong constant string use.

This commit is contained in:
Mauro Mugnaini 2020-06-29 16:25:46 +02:00
parent bff1459b3e
commit a02bc215a4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class OpenIdConnectLoginFilter extends BaseFilter {
// The auto login class will perform the portal auto login using the token
} else {
String oidcRedirectURL = OpenIdConnectRESTHelper.buildLoginRequestURL(
configuration.getAuthorizationURL(), "preprod2.d4science.org" , sessionId,
configuration.getAuthorizationURL(), request.getServerName(), sessionId,
request.getRequestURL().toString());
if (log.isDebugEnabled()) {