HI,
I want to get the Authentication token from microsoft account that works for Personal/Office Account,
I am creating Web API project.
That token will be used later to get the Azure account detail for the Drive/Folder on one drive of the user.(I am using MS graph APIs)
Please suggest the flow and proper APIs to use, as I have tried multiple demo project available but it was ended with the wrong Scope parameter error, and was using owin authentication that I think Conflicting with Graph APIs
As my requirements are clear -
1. Web Client project (MVC) to get Authentication ticket (Not javascript project)
2. Use that token to get data from One drive.
I am facing another issue, the application is register with microsfot Application registration page why it is not available in Azure AD register application tab???