Hey there everyone
I am using Postman in an environment where a ADFS server dynamically decides which authentication method to use.
The authentication type is OAuth 2.0. When I try to “Get New Access Token” in Postman the following happens atm:
- Postman sends the right request for the page, expecting a login form
- ADFS sees the request and decides to send back a basic authentication to check if I am authorized
- Postman can’t handle the basic authentication request of the server and an empty white page is displayed
The basic authentication as viewed in a browser:
Could this be implemented in Postman? Or does anyone already have a solution/workaround for this?
Kind regards,
Sandro