return;
}
if (user.isAssociated() && RelyingParty.isAuthResponse(request)) {
// verify authentication
if (relyingParty.verifyAuth(user, request, response)) {
// authenticated
userDAO.get().setSessionUser(user);
// redirect to home to remove the query params instead of doing:
request.getRequestDispatcher(CLOSE_POPUP_URI).forward(request, response);