- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 04:19 AM
I`m also facing the same issue posted on this Post: https://www.servicenow.com/community/developer-articles/microsoft-azure-ad-graph-api-to-servicenow-i... , we are having the same problem, we are receiving code:403 - Forbidden username/password combo.
"error":{"code":"InvalidAuthenticationToken","message":"Access token validation failure. Invalid audience."
I`ve just test passing the token as HTTP Headers like this:
But checking the Outbound HTTP logs I see several differences between the token we were getting and the token I can see/take from Graph Explorer.
Could be a problem of my Application Registries... or something else.
Please if you found something let me know
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:06 AM
Problem solved, on Token URL it needs to have: https://login.microsoftonline.com/(...)/oauth2/v2.0/token, after that everything works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 07:06 AM
Problem solved, on Token URL it needs to have: https://login.microsoftonline.com/(...)/oauth2/v2.0/token, after that everything works fine.