Hello,
I'm trying to use the catalog-backend-module-msgraph to fetch users and groups. I receive an error indicating the application doesn't have the permissions, even though it serenely has.
(image attached)
The weird part is that it worked, but it's not working anymore.
I see that there was a commit 4 days ago that might affect this functionality.
This is the config I have
catalog: providers: microsoftGraphOrg: default: tenantId: clientId: clientSecret: user: filter: accountEnabled eq true and userType eq 'member' loadPhotos: true select: ['id', 'displayName', 'mail', 'jobTitle'] schedule: frequency: PT1H timeout: PT50M
