A cloud-based identity and access management service for securing user authentication and resource access
Hello Riyas Majeed,
As discussed offline, the behavior you are seeing is expected due to the Admin consent request workflow configured in your tenant.
When a non-admin user tries to sign in to the Microsoft Graph Outlook integration from n8n, they cannot grant consent directly because the application is requesting permissions that require administrator approval. Since the setting "Users can request admin consent to apps they are unable to consent to" is enabled, users will see an "Approval required" prompt instead of completing the OAuth consent flow.
Only the users configured as reviewers in the Admin consent settings (typically Global Administrators, Cloud Application Administrators, or explicitly assigned reviewers) can review and approve these requests.
To resolve this, a Global Administrator or assigned reviewer must approve the consent request by following these steps:
Sign in to the Azure portal with a Global Administrator account.
- Navigate to Microsoft Entra ID → Enterprise applications → Admin consent requests.
- Select the request and click Review permissions and consent.
- Review the requested Microsoft Graph permissions.
- Click Accept to grant admin consent for the organization.
Once admin consent is granted, non-admin users will be able to sign in and complete the OAuth flow successfully without seeing the approval required prompt.
Hope this helps! Feel free to reach out for further queries.
If this answers your query, do click
and Yes for was this answer helpful, which may help members with similar questions.