Inheriting auth function not working

Hey there,

It seems like the inheriting auth function is not working for my collection. I have gone through the process of generating a token and adding my appropriate endpoint to my variable set but when I try to do certain posts I get an

{
    "message": "Session expired or invalid",
    "errorCode": "INVALID_SESSION_ID"
}

When I switch the Authentification method of this post from “Inherit auth from parent” to Bearer Token and use the same token I had previously generated for my collection, it works … It’s like it’s not actually being inherited…

Any ideas on why this wouldn’t be working …?

Cheers,
Dave

Hey @mission-architect-81! Welcome to the Postman community :rocket:

Sorry for the hassle. I understand the token in collection level is not passed to the child request, correct?

Have you saved the collection after setting the token in collection as discussed in the thread below?

If the issue persists, please feel free to submit a support request from here :smiley:

1 Like

Hey @taehoshino !

You got it man! Thanks for the help!

Cheers,
Dave

1 Like

Seems like it can’t inherit the auth from more than ONE level folder structure… I tired 2 level, it failed but when updated a level up folder with api-key it worked…

Hello Everyone, look like i am having the same issue with inherit auth from parent. The collection is created with the variables added to it. When trying to run a request in the collection using the “inherit auth from the parent” i am still getting the error message "
“code”: 20003,
“message”: “Authentication Error - No credentials provided”,
“status”: 401

I believe my collection is saved but i do not see any button to save it. Maybe because it is a new version v9.17.1

I am seeing the same problem as described here, but I have made sure that both the collection and the request are saved. In the request, it says “This request is using Basic Auth from collection ”. The request gets a 401 when configured that way. When I set it to not inherit, it works fine. I directly copied the credentials from the parent into the request and verified separately that I had the correct credentials. I am using “Postman for Windows Version 10.7.1”.