Auto Tagger Add-In
My NuGet Packages
My Apps on the SharePoint Store
Recent Tags
Recent blog posts
- Transparent BOT authentication with Microsoft Teams
- NLP adventures with Microsoft LUIS, first impressions on the product.
- Microsoft BOT framework, transparent authentication with the webchat control
- Building the nextgen SharePoint search through a BOT and LUIS?
- Have a #Bing / #Google like search experience in #SPO using Azure Cognitive Services
Comments
- Consent
3 years 7 weeks ago - Hi Stephane,
you might want
3 years 8 weeks ago - Access from CSOM
3 years 8 weeks ago - GET good, POST not working
3 years 9 weeks ago - Iframe
3 years 12 weeks ago - ADFS authentication
3 years 13 weeks ago - I'd agree. Missing aspects and a bit one-sided.
3 years 30 weeks ago - Sample code
3 years 32 weeks ago - on-prem
3 years 33 weeks ago - what is the alternative of Azure Media service
3 years 33 weeks ago
User login
My CodePlex Projects
Welcome to my blog, stay tunned : @stephaneeyskens |
Azure AD App Creation, mind the new portal!

This blog post was migrated to https://stephaneeyskens.wordpress.com/2016/10/10/azure-ad-app-creation-m...
Comments
Hi Stephane, you might want
Hi Stephane,
you might want to checkout this episode of the Microsoft Cloud Show: http://www.microsoftcloudshow.com/podcast/Episodes/148-azuread-with-vitt.... Vittorio Bertocci is talking about the new consent-model in Azure AD wich changes from app-centric to user-centric.
TL;DR;
When a user gives consent to an app, he doesn't need to consent the app again, even if the same app is consumed in another tenant. This would align with your observations.
Consent
Hello,
Thanks for your comment and that's indeed a possible explanation but it'd be great if Microsoft could shed some light on that. Because MSAL has its own portal to register apps and its own libraries. To me, the Azure AD part from the new portal should have the same behavior as the old portal or the old portal should be adapted. In any case, having this discrepancy between both portals is quite unexpected IMHO.
Best Regards