Forum Discussion
Kamala
Nov 14, 2024Copper Contributor
PowerApp Graph Custom Connector without User Login
So I've been trying to create an app that will allow users to set and edit their own pronouns and then store those pronouns in Graph for use in Email Signatures and the such. I've been following ...
Mks_1973
Nov 14, 2024Iron Contributor
Check API permissions in the Azure AD app registration and ensure User.ReadWrite is set with delegated permissions.
Grant tenant-wide admin consent for the permissions.
Ensure users provide consent when first using the app.
Double-check the OAuth setup for the custom connector in PowerApps.
Consider using a middle layer like an Azure Function if required.
Verify the access token scopes used during the PATCH request.
This issue is common when using Microsoft Graph with PowerApps because of the balance between permissions, consent, and proper configuration in Azure AD.