0

I'm trying to understand the process of login to a website using the Network tab on Google Chrome because I have to use that process for autenticate accounts on an mobile application.

Google Chrome network tab

The login is completed when I reach the page "HomepageStudente.do", but I don't understand how to replicate all this on Postman. I've tried to do this:

  1. Right-click on the SSO request
  2. Copy as Curl (bash)

And it seems to work, but when I do the same thing with the second request (POST) I get a different message compared to the one on the Network tab.

Those 3 calls are based on automatic redirect by the browser, and I don't understand how to replicate it on Postaman. Is this possibile to do? Any other suggestion on how to use those requests for authenticate an account outside the website (example mobile app)?. Thanks

Fabio
  • 45
  • 1
  • 2
  • 10
  • See: https://stackoverflow.com/questions/51611446/how-to-execute-saml-enabled-url-in-postman-client-without-using-saml2-disabled – Jan Garaj Nov 08 '19 at 22:43
  • Thanks @JanGaraj so I can't use Postman right? – Fabio Nov 11 '19 at 08:37
  • 1
    You can use postman only in theory. But you will need a lot of html/javascript parsing and you will need to hack it. It is very unlikely, that someone will give you copy&paste example, because SAML is not native auth option for Postman. – Jan Garaj Nov 11 '19 at 12:36

0 Answers0