You are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).
Currently, App1 can read user profile information.
You need to allow App1 to read the user's calendar.
Solution: Add https: //graph.windows.net/user, read to the list of scopes during the initial login request
Does this meet the goal?
Currently there are no comments in this discussion, be the first to comment!