Unable to pass Azure AD authentication

Hi,

I have set up a django project using django_auth_adfs library which uses Active Directory for the authentication phase and I had to register and application on Azure for this. Now, I’m trying to work with the API I have set using the rest_framework library using Postman for desktop. If I send a Get request without any authorization, I get the raw html file of the login page as the result. Then, I followed this link to create an access token:

After that, I can see the token being added to the Headers. I haven’t done anything but generating token. Now that I search for it again, I get the exact same html file that I used to get, as if I haven’t generated a token.

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