IdentityIQ SCIM API: scoping is ignored?

Dear community,

we are heavily using the SCIM API provided with IIQ (8.1p4) and came to a point where we would like the SCIM API to honor scoping.
Unfortunately it seems that e. g. /Entitlements endpoint does just return all entitlements in the system and does not apply the scoping rules which are defined in IIQ.

Is there a way to configure that behavior and make the SCIM API “scope-aware”?

Thanks,
Daniel

You could always create your own custom REST API through a Plugin, and make it so that it checks the scope

1 Like

@paulo_urcid is this the correct documentation to create a custom REST API plugin?

Yes @colin_mckibben , that is the documentation