I know how to set up my auth in single http request but I want to use the folder/collection feature for auth. However I am authorizing using a bearer token with a modified prefix (ie. JWT <token>) and I can easily type in that JWT prefix before the token in a single request, just can’t find it in the folder level auth.
I think I might be ok with this workaround, maybe this is common knowledge for others, or maybe other newbies can benefit from it so I’ll leave this up:
I did just realize from more playing around that if I put the JWT {{token}} on every request in the folder, I can just run the pre-request script (on the folder level) and set ‘token’ to the auth token I have created through our auth/sso process.
Other newbies, and experienced users alike, will certainly benefit from knowledge you’ve gained the hard way. Thanks for sharing and leaving this up @stajah – and welcome to the Postman community!