I would like to test a locally running web api authorized end point with Postman using AAD B2C with Microsoft account as identity provider. The web api is running well, I can authenticate from client apps (Web App and UWP app), but I am not able to test it with Postman because can't get a token. Without authorization the Postman works well.
I am using the following guideline: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/azure-ad-b2c-webapi?view=aspnetcore-3.0
AAD B2C Applications:
AAD B2C Postman App properties:

AAD B2C Postman App API access:

Can you tell me any idea what's missing?


