We have an API which we use for our .NET application, but we also want to make calls directly from postman. The current setup uses the Authorization Type OAuth 2.0 build in functionality of postman. Which opens a popup of our Azure AD B2C sign-in screen.
We are using custom policies to sign-in here as well.
My question is, is there a way to simply use postman (preferably in 1 request) to get the access token without having to use the browser and sign-in manually?




