Missing token input box

I’m new to postman, I am facing issues while trying to configure OAuth 2.0 authentication in Postman:

Missing Token Input Box

In the Authorization tab, after selecting OAuth 2.0, I usually see a blank box between “Available Token” and “Header Prefix” where I can manually paste my token. However, this box is missing.

My teammate, using the same collection, can see this box, but I cannot after the update. I compared all the settings with her, nothing different. Also tried reinstalling, and deleting and importing the collection freshly. Can anyone help me with this.

Firstly, if you have request for getting token, open the values of this request’s

and then open your request’s authorization tab and paste all of values here. (I used password credentials here, maybe you use client credentials)

Then scroll down and click the “Get new access token”

Finally, select your token at authorization tab’s first select box.

Hey @technical-observer-2 :wave:

Welcome to the Postman Community! :postman:

I’ve raised this with the engineering team and they are taking a look at this behaviour - I will update this thread once I know more information.

2 Likes

Same issue here; the UI on the auth page just changed in the past few days.

1 Like

Same issue, getting 401 error after updating token

A fix for this has been released in the latest version and the input box has now been added back in.

Which version are you currently using?

Fixed, thanks, @danny-dainton!

I was on 11.28.0. I did a “Check for Updates” which downloaded and installed 11.28.3 and in that version, the input box is back! :clap:

1 Like