SEC-809: OpenIDProcessingFilter updated to set authentication details (to make compatible with concurrent session control).

This commit is contained in:
Luke Taylor 2008-05-12 20:05:24 +00:00
parent de886e36fa
commit 15b893f9ae
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ public class OpenIDAuthenticationProcessingFilter extends AbstractProcessingFilt
throw new AuthenticationServiceException("Consumer error", oice);
}
token.setDetails(authenticationDetailsSource.buildDetails(req));
// delegate to the auth provider
Authentication authentication = this.getAuthenticationManager().authenticate(token);