For now, I removed folder level auth, temporary the setting is working fine with the collection level. Although my aim is to config folder level auth. But I don’t get the response.
Inherit from parent should work at folder level as long as the HTTP request is inside that folder. Are you sure that the request is a child of the folder where you set the auth?
Yeah, I am sure, right now I am running child under a folder. So I have no doubt about that. Hence, I am also reviewing my code. Maybe there is some misconfiguration.
Dear @w4dd325, the problem is solved. The problem was raised in the serverside script. In the script(not in the postman) I forgot to put an extra space after the ‘Bearer’ keyword. Thank you so much for your tremendous support.