Hi @Bharat Kumar Hazar Hazar (iCORE-CRS)
Use jwt.ms to decode your access token and check the aud
claim to make sure it matches the target API URL.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
When I'm creating an application through Graph API and then trying to access the user access url it is giving the below error.
{"StatusCode":500,"StatusDescription":"InternalServerError","Message":"IDX10214: Audience validation failed. Audiences: 'System.String'. Did not match: validationParameters.ValidAudience: 'System.String' or validationParameters.ValidAudiences: 'System.String'."}
But when I'm trying to create the same application manually with same configuration it is working fine.
Hi @Bharat Kumar Hazar Hazar (iCORE-CRS)
Use jwt.ms to decode your access token and check the aud
claim to make sure it matches the target API URL.