So I'm working on SIT with a team and I was tasked to work out how to test their OData Web API functions. I got it going and documented everything I did for them to reproduce. I set up my environment, set Auth to OAuth 2.0 and signed in, which gave me a token and allowed me to make API calls no issues.
Following the same steps, teammates get 401 errors. If I give them my token, it works. If they log in to obtain a token on my machine, it works. Not really sure what could be the issue as I'm certain the environment is identical other than that I'm using OSX and they are using Windows. Clearing Postman's cookies etc hasn't helped, and even setting up their environment myself on a fresh Postman install hasn't changed anything.
If anyone has any ideas as to what the issue may be, it would be highly appreciated.
Thanks