Get Oauth2 Token behind basic authentication

Hey there everyone :slight_smile:

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:

  1. Postman sends the right request for the page, expecting a login form
  2. ADFS sees the request and decides to send back a basic authentication to check if I am authorized
  3. 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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.