Make a separate request for authentication in Postman

Dear team,

I wanted to discuss an issue I encountered while trying to make a separate request on Postman for

authentication purposes. Unfortunately, I faced a failure as it returned an HTML page with a return code of

200, indicating the absence of an authentication code.

I wanted to reach out to see if any of you have encountered a similar situation before and if you could provide


any guidance or assistance in resolving this issue, Thank you in advance for your support.

It looks like you're attempting to use the auth code grant, which appears to be behaving correctly based on what you're doing. The auth code grant is a flow that a user completes in a browser, which is why you're getting an HTML page back. You're not making the request from a browser, so the response isn't usable by you in your context.

You can find documentation about how to configure authorization in Postman in their docs here: OAuth 2.0 | Postman Learning Center.

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