ESi authentication with Postman

,

Greetings:

I’m trying to call the EVE ESI from [Postman](https://www.postman.com]. I have successfully configured OAuth2 and can get tokens. The application is configured to support all scopes (which are filled out in my token request). However, when I make a call to a secure endpoint, I always get a 403 error returning a {"error": "authentication failure"}

Note that this is a 403 (Forbidden), not a 401 ( Unauthorized) error code. It seems reminiscent of the issue being described here

Has anyone successfully configured ESI authentication to call the API from Postman?

Many thanks!

KeC

That’s your issue, most likely. Don’t do that. Only request scopes you really need.

1 Like

You should really read the issue…

Yeah you are probably right. Ignore previous comment.

Thank you, this indeed seems to be the issue. To be clear, I can configure all scopes on the application in the developper portal, but then only specify the scopes I need when I request the token.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.