Azure AD: How to get group information in token?
问题 We have application developed in MEAN stack. We are using adal-agular library for azure ad authentication. As per the documentation and sample Adal.js uses the OAuth implicit flow to communicate with Azure AD. You must enable the implicit flow for your application. However when we enable implicit flow, Azure AD DOES NOT include group information in the token. The issue has been discussed here in detail and confirmed by @vibronet Question Azure AD functionalities have been changing almost