I'm trying to recieve JSON answer from a WebPage inside my Chrome Extension. Unfortunately, web page requires SAML authentication - so I can only access resource after I'm being logged in with user / password on different tab.
Is there any (easy) way to do SAML authentication from Extension? With basic authentication it would be quite easy, but I couldn't find any guide on how to do it with SAML.
Best regards
Frank