Open
Description
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?
Activity