The Problem The reason for writing this post and creating the accompanying simplified proof of concept github repo was that I was struggling to find a documented way to achieve getting the end user to consent to both Graph and SharePoint permission scopes without being presented with two consent prompts. The reason I wanted this... 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 →
View My Office 365 Apps (add-ins) and remove consent
If you would like to see what add-ins and other apps you have consented to (and what permissions you have granted) you can visit this magic URL https://myapps.microsoft.com You should see a list of all add-in and apps from where you have the option to 'Remove' or 'Get Info'. Selecting 'Get Info' lists all... Continue Reading →