git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2359
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
ShibbolethSSOLoginContext loginContext = new ShibbolethSSOLoginContext();
loginContext.setRelyingParty(requestContext.getPeerEntityId());
loginContext.setSpAssertionConsumerService(requestContext.getSpAssertionConsumerService());
- loginContext.setRelyingParty(requestContext.getRelayState());
+ loginContext.setSpTarget(requestContext.getRelayState());
loginContext.setAuthenticationEngineURL(authenticationManagerPath);
loginContext.setProfileHandlerURL(HttpHelper.getRequestUriWithoutContext(httpRequest));
requestContext.setLoginContext(loginContext);