I am facing issue with outlook automation in my organization. Is user required admin account to automate outlook. because while registered app in azure entra portal and given admin consent. But while set account in n8n again asking for admin. how to fixed this issue.
Expecting support from members. Thanks in advance.
You don’t need a full admin account, but you do need an admin to grant the API permissions once. In Azure, make sure the app registration has the right Microsoft Graph permissions and that an admin clicked “Grant admin consent” on those permissions. If n8n is still asking for admin, check if the OAuth redirect URI . A mismatch there triggers the admin prompt again.
You don’t need an admin account long-term, but an admin has to grant permissions once. In Azure Entra, make sure your app registration has the right Microsoft Graph permissions, then an admin clicks “Grant admin consent” on those permissions. After that, regular users can authenticate without admin rights. If n8n still asks for admin after consent, check your OAuth redirect URI — it needs to match exactly what’s in Azure (including http vs https). A mismatch there will trigger the admin prompt again.