Skip to content

Commit

Permalink
Merge pull request #16 from swedenconnect/bugfix/IS-15-duplicate-event
Browse files Browse the repository at this point in the history
IS-15 removed duplicate event
  • Loading branch information
martin-lindstrom committed Aug 29, 2023
2 parents f4af471 + ef7bf2c commit 5402d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class Saml2IdentityProviderVersion {

private static final int MAJOR = 1;
private static final int MINOR = 1;
private static final int PATCH = 1;
private static final int PATCH = 2;

/**
* Global serialization value for SAML Identity Provider classes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ protected void doFilterInternal(
log.info("Re-directing to {} for external authentication [{}]",
redirectToken.getAuthnPath(), redirectToken.getAuthnInputToken().getLogString());

this.eventPublisher.publishBeforeUserAuthenticated(redirectToken.getAuthnInputToken());

// Save the response attributes in the session so that we know how to send back a response
// when the user returns to the flow.
//
Expand Down

0 comments on commit 5402d63

Please sign in to comment.