Access tokens being modified before getting added to Authentication header

In my collection I have a folder that contains several Requests. At the level of the folder, I am using OAuth2.0 and can successful retrieve an access token. At the request level, I then select “Inherit auth from parent” under Authorization. I then check the Authentication header before sending the request and I see that the token has been modified, so my request fails. If I instead manually copy the token from the folder level and then select “Bearer Token” at the request level and past the bearer token, my request succeeds.

This is the folder Authorization:

This is the request configuration:

The token in the Authorization header has been altered and does not match the token from the folder.

Note that in the snips only the first few characters of the tokens are visible and they do match, but the rest of the characters are different.