Merge pull request #1473 from mstruk/KEYCLOAK-1560
KEYCLOAK-1560 IDENTITY_PROVIDER_LOGIN event is send twice
This commit is contained in:
commit
2dd2173553
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ public class IdentityBrokerService implements IdentityProvider.AuthenticationCal
|
|||
Response response = identityProvider.performLogin(createAuthenticationRequest(providerId, clientSessionCode));
|
||||
|
||||
if (response != null) {
|
||||
this.event.success();
|
||||
if (isDebugEnabled()) {
|
||||
LOGGER.debugf("Identity provider [%s] is going to send a request [%s].", identityProvider, response);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue