I observed that when using the authorization code flow, there is actually no redirection to the callback URL: Postman intercepts the redirection and performs the exchange of the code for tokens itself.
How does this happen?
Does it use a browser without the usual checks on iframe source being SameSite, and listen for src events to intercept the redirection from the authorization server to the callback URL?
When working with the OAuth Authorization helper in Postman, we use(and recommend you use) a redirect URI provided by Postman. There are two, respectively: