Which IIQ version are you inquiring about?
8.4p2
Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
Share all details about your problem, including any error messages you may have received.
Dear Experts,
I’m encountering an issue with group aggregation in SailPoint IdentityIQ (IIQ) using a SCIM endpoint. In the current user schema returned from the SCIM /Users/{id}
endpoint, the following attributes are available:
active
id
name.familyName
name.givenName
preferredLanguage
userName
However, there is no groups
attribute returned for the user object.
Problem:
When I try to define groups
as an entitlement by using the groups
attribute in the User object and set it as a Managed Attribute, it doesn’t work because the groups
attribute is not returned by the SCIM endpoint — it’s missing in the response.
also receive this error during group aggregation:
missing managed attribute: group null null
Additionally, in the Group object, I set id
as the identityAttribute
. But when I aggregate, the Group object Atrribute in the Entitlement Catalog appears empty. I
This seems to happen because the attribute used as the identityAttribute does not return any value.
The scim server is not 100% scim standard,as we habe only the two defined enpoints in scim server /Users and /Groups
My Question:
Does the customer need to update their SCIM /Users
endpoint to include a groups
attribute in the response (e.g., a list of group names or IDs the user belongs to) ?refering to SCIM RFC groups its not mandatory Attribute on User endpoint
My goal is to define a working identityAttribute
for group object so that:
- Entitlements appear in the Entitlement Catalog,
- I can assign group entitlements to IT Roles,
- And group membership is accurately mapped to users.
Any advice on the best solution or configuration approach would be greatly appreciated.