We are trying to submit our Outlook Web Add-in to the Seller Dashboard.
According to the instruction:
"If you're submitting Office 365 web apps to the Seller Dashboard, make sure that you have registered your web app with Azure Active Directory."
However, we are not using Azure AD to do OAuth. Furthermore, we are not sure if this restriction of Office 365 apps applies to Outlook add-in as Office add-ins and Outlook add-ins are listed as two separate entries on the submission checklist.
Want to know if we really need to do this for our add-in.
Azure AD registration is only needed if you intend to use the getAccessTokenAsync API. Otherwise you can skip it for Outlook Add-ins.