We want to aggregate the Service Principals from Azure to SailPoint IIQ
We have the following concerns and require your guidance:
Object Type Configuration:
In the Azure application configuration in IIQ, we are unable to find any specific object type that corresponds to Service Principals. Could you confirm whether Service Principals are supported, and if so, which object type we need to configure to include them?
I could see in the document we can enable the features, could you please how can get the object type: Service Principal
Account Schema Update:
As per the documentation, we have added the recommended attributes to the account schema. Despite this, we are still only fetching user accounts and not Service Principals during aggregation. Could you help us identify any additional configurations required? Service Principal as Accounts Attributes
Additional Configuration Steps:
If applicable, could you provide detailed documentation or guidance on how to enable this functionality?
In SailPoint IIQ version 8.4p1, Service Principals are natively supported as an object type. You should be able to see the Service Principal object type by default in your configuration. If this object type is not visible, you may need to add it manually.
If you want to add the service principals as object type, you add it from configuration.
when you run the group aggregation, service principals also fetched into sailpoint. When setting up the group aggregation, make sure that the filter for object types includes Service Principals. If the filter is incorrectly configured to exclude Service Principals, they will not be fetched during aggregatio
Thanks for helping with the details. I can now see the service principal object. However, when running the group aggregation, we are receiving an error. We have a customization rule in place for groups to fetch only the cloud-only group. I’m not sure if this is causing the error.
Exception during aggregation of Object Type Group on Application Azure_Test_APP. Reason: java.lang.RuntimeException: sailpoint.connector.ConnectorException: failed to lazily initialize a collection of role: sailpoint.object.Rule.referencedRules, could not initialize proxy - no Session
Could you please let me know, how can i approach this situation?
Thanks for the support! I’ve resolved the issue. Could you please confirm if, in SailPoint IIQ version 8.1p3, Service Principals are natively supported as an object type?
Can we run all the group-type aggregations in a single group aggregation? When I tried running the group aggregation without a filter, I received the following error:
Exception during aggregation of Object Type Group on Application Azure_Test_APP. Reason: java.lang.RuntimeException: sailpoint.connector.ConnectorException: failed to lazily initialize a collection of role: sailpoint.object.Rule.referencedRules, could not initialize proxy - no Session
I believe this issue is due to the Customization Rule we used for the Azure Cloud Only group aggregation. Here is the rule in question:
if(null == object.getAttribute(dirSyncEnabled)). → Customization rule to fetch Cloud Only Groups.
Could you provide some suggestions on how to overcome this issue? We are looking to run all group types in a single aggregation instead of having separate tasks for each group type, such as Service Principal, Group, and Role.
Yes, you can run the group aggregation without enabling the “Filter object types to scan” option, as this will include all object types. I assume you are also using the Group Refresh rule. This error could be originating from the Group Refresh rule. Could you please share the details of the rule for further analysis?
I have created the separate task for the Service Principal aggregation. Even in the task I am having group refresh rule it is working fine, no error I received.
Exception during aggregation of Object Type Group on Application Azure_Role_Test. Reason: java.lang.RuntimeException: sailpoint.connector.ConnectorException: failed to lazily initialize a collection of role: sailpoint.object.Rule.referencedRules, could not initialize proxy - no SessionPreformatted text