Hi...
Have created an multi tenant app in Azure.
Am fetching authorization code.
Am fetching access token using this authorization code
Now am unable to create subscription using this oauth token.
Using this oauth token am able to fetch users from 2 different tenant. But am unable to fetch messages and create subscription.
Please let me know if there is any specific permission we have to give in our app to create subscription and get messages in multi tenant use case
Note: This application in azure works perfectly fine for single tenant use case.
Am getting below error
"error": {
"code": "InvalidRequest",
"message": "Subscription validation request failed. Must respond with 200 OK to this request.",
"innerError": {
"request-id": "d68aa439-904e-41dd-9b8b-4d3ea3269f1b",
"date": "2019-11-22T13:46:42"
}
}