Office-Add-in-samples
Office-Add-in-samples copied to clipboard
Outlook add on
I have created an Azure App Registration and added API permissions with delegated access, such as Mail.ReadWrite and MailboxSettings.ReadWrite. I implemented an authentication screen in a Node.js application using these scopes. However, during authentication for worldwide users, it prompts for an admin approval screen. How can I avoid this admin approval screen and resolve the issue?
@davidchesnut, could you please take a look and see if there is guidance we could offer?
Hi @Manichinu, the consent process is determined by the admin of the tenant. They need to allow users to consent. For more info, see Managing user consent to apps in Microsoft 365.
Cheers, David
Hi @davidchesnut i have done as you said but still it prompts for an admin approval screen for worldwide users, is there any other solution to solve this?
Hi @AlexJerabek i have done as @davidchesnut said but still it prompts for an admin approval screen for worldwide users, is there any other solution to solve this?