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
I am trying to push directory data to a Provider (Webex) using SCIM. The Users all sync fine, but Webex is picky about its adherence to ietf:params:scim:schemas:core:2.0:Group and is expect a "type": "User" for all of the members in the members array. Since I also need the SCIM ID for each member, I can't find a way to do this with a Property Mapping expression, so my "quick fix" was to modify /providers/scim/clients/groups.py and the related Pydantic models to allow it. Is this the only approach or am I missing something at the Property Mapping level?
If this is indeed the only way to resolve it, I will open a feature request to allow this to be controlled by a toggle at the SCIM provider options, but I feel like I must be missing something easier.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to push directory data to a Provider (Webex) using SCIM. The Users all sync fine, but Webex is picky about its adherence to ietf:params:scim:schemas:core:2.0:Group and is expect a
"type": "User"for all of the members in themembersarray. Since I also need the SCIM ID for each member, I can't find a way to do this with a Property Mapping expression, so my "quick fix" was to modify /providers/scim/clients/groups.py and the related Pydantic models to allow it. Is this the only approach or am I missing something at the Property Mapping level?If this is indeed the only way to resolve it, I will open a feature request to allow this to be controlled by a toggle at the SCIM provider options, but I feel like I must be missing something easier.
Beta Was this translation helpful? Give feedback.
All reactions