I am able to generate and use a token with Postman but I cannot replicate that behavior in .NET code.
1. In Postman, I first generate a new token.
2. Authentication worked so I can proceed.
3. I copy the id_token in the clipboard and click on the 'Use Token' button.
4. Instead of using the access-token directly, I paste the id_token in the token box of a get request and send it.
5. If I do not execute step 4, the rest of the procedure does not work.
6. After that step, I can query data from projections or metadata.
When replicating this programmatically, I tried many different variations without success (one of my multiple attempts in image below).
How can this kind of authentication be done?