Skip to content

Commit

Permalink
Cover case when client log in already
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Nov 16, 2015
1 parent 6ac19e0 commit e461347
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ private void processPostAuth(HttpServletRequest servletRequest, HttpServletRespo
identity.getCredentials().setPassword(clientSecret);

requireAuth = !getAuthenticator().authenticateWebService();
} else {
getAuthenticator().configureSessionClient(client);
}
}
}
Expand Down

0 comments on commit e461347

Please sign in to comment.