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
Currently, the externalId common attribute is marked with a direction of "in". This was intended to ensure it is only ever set in incoming requests, but also means it is stripped from outgoing responses. This appears to be causing Microsoft Entra ID to re-sync every user, as it is using externalId as a sync "anchor".
Expected Behavior
The externalId attribute should not be stripped from outgoing responses.
Actual Behavior
The externalId attribute is stripped from outgoing responses, despite being set.
Steps To Reproduce
Include an externalId property in the return value of any egress handler
Observe that it has been removed in the outbound message
The text was updated successfully, but these errors were encountered:
Currently, the
externalId
common attribute is marked with a direction of "in". This was intended to ensure it is only ever set in incoming requests, but also means it is stripped from outgoing responses. This appears to be causing Microsoft Entra ID to re-sync every user, as it is usingexternalId
as a sync "anchor".Expected Behavior
The
externalId
attribute should not be stripped from outgoing responses.Actual Behavior
The
externalId
attribute is stripped from outgoing responses, despite being set.Steps To Reproduce
externalId
property in the return value of any egress handlerThe text was updated successfully, but these errors were encountered: