Hi Team,
I am trying to get labels using HTTP delegate and MIP is sending the HTTP request information to sendAsync function..I am passing this HTTP request information to my HTTP client using libcurl libraries and it returns the response code 403 but the actual expectation is after sending the HTTP request to my HTTP client i should get the labels in the response body.
Can you please help me how to sort out this issue.
For me it looks like the token coming from the HTTP request is not the valid token and when i try to add this url
https://dataservice.protection.outlook.com/PsorWebService/v1/ClientSyncFile/MipPolicies?supportedMaxVersion=1.0.50.0
with authorization bearer token in the postman and getting 403 response code.
DO i need to generate a valid token for the scope Scopes:UnifiedPolicy.User.Read; ?
Thanks