I had working Graph API for months and now have suddenly stopped working.
Endpoint is - Create Call
https://graph.microsoft.com/v1.0/communications/calls
Error message - 400 - Bad Request
Error : 400 Bad Request
{
"error": {
"code": "AuthenticationError",
"message": "Error authenticating with resource",
"innerError": {
"date": "2021-01-23T22:40:42",
"request-id": "641d13fa-c99b-4587-b188-214b7d4da732",
"client-request-id": "641d13fa-c99b-4587-b188-214b7d4da732"
}
}
}
I’ve parsed JWT token, Correct audience is issued for the token.
Token was generated using client_credentials flow - and same can be confirmed in JWT.
Any help ?
question from:
https://stackoverflow.com/questions/65878622/graph-api-errorauthenticating 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…