Sharepoint API Headless Obtaining Access Tokens
问题 I am coding an integration that has to call Sharepoint-online API's. My integration is not a webapp and has to work without a user present. As I understand it I need two setup steps: 1. User has to log in to Azure and set up an application and obtain a client ID. 2. I have to call a service with client ID and username and password I will then obtain an Access Token, Refresh Token and ID Token Once the two setup steps are complete I then can call the service using the access token, but