One of the critical components of an Office Add-in is the add-in manifest. This is the xml file that describes how your add-in should be activated when an end user installs and uses it with Office documents and applications. This manifest contains references to URLs where your web application resides and also to other resources... Continue Reading →
Allowing different Azure AD app registration permission sets for a single app (user and elevated admin consent) using the v1 auth model
With Azure Active Directory Application Registrations there are two versions of authentication model available. v1 - all the permission scopes that your app may require must be consented to by the user up front. v2 - permission scopes can be asked for dynamically as your app is running, if the user hasn't already consented to... Continue Reading →