You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for responding to and fixing the other issues so quickly! I've got an additional question on how best to use the integration events when realms are enabled.
Specifically, I would like to retrieve the full representation when a representation is created, updated, or deleted (e.g. with the RepresentationUpdatedEvent). However, when using the ISCIMRepresentationQueryRepository it requires a realm id to find it by id but that does not appear to be included in the mentioned events.
Is the realm id missing from the integration event or is the representation id globally unique and not just unique to the realm?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
You're correct—the realm must be included in all the integration events.
I have made some modifications in the Release503 branch to add the realm as a property.
Hello,
Thanks for responding to and fixing the other issues so quickly! I've got an additional question on how best to use the integration events when realms are enabled.
Specifically, I would like to retrieve the full representation when a representation is created, updated, or deleted (e.g. with the
RepresentationUpdatedEvent
). However, when using theISCIMRepresentationQueryRepository
it requires a realm id to find it by id but that does not appear to be included in the mentioned events.Is the realm id missing from the integration event or is the representation id globally unique and not just unique to the realm?
Thanks in advance!
The text was updated successfully, but these errors were encountered: