Since Okta does not send externalID attribute when syncing groups through SCIM, I’m wondering if there is a way to map outgoing SCIM attributes from Okta.
The idea is to send an attribute called externalID that maps to existing group display/name. Since group names are unique in Okta, this allows me to sync externalID attribute to my app without having to change the schema.
With this change, I’m expecting to get SCIM API with displayName and externalID having same values.
However, under “Provisioning” –> “To App”, I only see a way to customize user attributes. The clickable link in the page takes to editing profile attributes for the user.