Not Monitored
Tag not monitored by Microsoft.
40,172 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a Service Principal and created secret for that as well.
I am able to get the access token as well for that Service Principal using
https://login.microsoftonline.com/{tenant-id}/oauth2/tokenAPI by sending client-id, secret and type to it.
I have added this service principal as a user in ADO organisation and given read data permission in project as well.
But when I am hitting the ADO get workitem API using the token I am getting "203 Non-Authoritative Information" Error ?
Is there anything I have missed ???