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.