KEYCLOAK-1560 IDENTITY_PROVIDER_LOGIN event is send twice

This commit is contained in:
Marko Strukelj 2015-07-20 18:35:47 +02:00
parent 02d6e41ce3
commit fcd5400cda

View file

@ -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);
}