InvalidAudienceUri when querying delta link

Wei-Chih Wang 16 Reputation points
2021-07-26T17:25:26.353+00:00

I'm currently encountering an issue where the delta link provided via nextLink is sometimes returning the error:

Error message: Invalid audience Uri '00000003-0000-0000-c000-000000000000'
Error code: invalidAudienceUri
Error type: 401
Latest error occurs around 7/26/2021 at 9:01AM.

Any ideas what this could be caused from? I see that the delta link works for a while until it stops working with the error above.

Note: looks like the audience uri pertains to the RequiredResourceAccess.ResourceAppId

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,271 Reputation points Microsoft Employee
    2021-07-30T16:31:49.507+00:00
    • Validate the JWT token at https://jwt.ms to verify the audience (the parameter you look in the under payload is aud) is what you're expecting

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.