}
session.setAttribute(CarbonConstants.SERVER_URL, backEndServerURL);
String cookie = (String) session.getAttribute(ServerConstants.ADMIN_SERVICE_AUTH_TOKEN);
// authorize the user with the back-end
SAML2SSOAuthenticationClient authenticationClient = null;
try {
authenticationClient = new SAML2SSOAuthenticationClient(
configContext, backEndServerURL, cookie, session);
isAuthenticated = authenticationClient.login(responseStr, username);
// add an entry to CarbonSSOSessionManager : IdpSessionIndex --> localSessionId
if (isAuthenticated) {
CarbonSSOSessionManager ssoSessionManager =
SAML2SSOAuthFEDataHolder.getInstance().getCarbonSSOSessionManager();