EntraID aggregation leading to an error

Hello there,

We are using several sources for different population on EntraID: Guests, Admins, and now standart Users. (connector: Azure Active Directory)
However, when agregating we get the following error:

Exception occurred in Iterate Objects - populateRiskyUsersDetails. Error message - Exception occurred in processReadRequest. Error - Exception occurred while trying to receive data from Server. Number of retries exceeded.You cannot perform the requested operation, required scopes are missing in the token.

I checked on IQService log, but token is of course encrypted.

The filter used:

(userType eq ‘Member’) AND NOT (startswith(displayName,‘Admin’))

On other sources we manage to aggregate the Guest accounts, and the Admin accounts. So we know that the account has the right access.

Has anyone got the same error?
How did you debug this?

Remove these attributes from your account schema and try aggregation again.

2 Likes

Hello there,
Thank you for your answer.
I’ll try it and get back to you. :slight_smile:

It worked, we no longer have the error on the missing scope.
Thank you for your help.

We mow need to solve the new one. ^^’

I’ll check the connector doc to see if there is anything on it.

[EDIT] Had to remove attribute manager to make it work with advanced filters as to documentation:https://documentation.sailpoint.com/connectors/microsoft/entra_id/help/integrating_entra_id/aggregation_settings.html

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.