[keycloak-dev] Event log consistency - EventBuilder using client.getClientId()
Tomas Kyjovsky
tkyjovsk at redhat.com
Wed Oct 21 12:23:16 EDT 2015
EventBuilder uses client.getClientId() when building new events instead of client.getId() - which is the real "primary key" for the entity. This may cause problems with consistency of the event log. A client can be removed and a new one created with the same clientId but different id.
On the other hand, the clientId attribute is also useful when filtering the log.
Tomas
More information about the keycloak-dev
mailing list