Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
237 views
in Technique[技术] by (71.8m points)

Graph API - ErrorAuthenticating

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...