I am trying to call the graph API for fetching user profile information.
The blog post I followed is :
Part 1Extending SharePoint with ADAL and the Microsoft Graph API
My AAD app config is like:
- URL: https://tenant.sharepoint.com
https://tenant.sharepoint.com - Reply-url: https://tenant.sharepoint.com
https://tenant.sharepoint.com
Permissions: Graph API :: Read all users' full profiles
However, I am getting an error of invalid reply url. Not sure what reply url is it trying to send the response to.