I have my UI client at angular application running at http:\abc and web apis are at http:\xyz. My client app communicate to apis for any data. I have requirement to implement SSO, which means login at external app http:\123 and send SAML response to my application which is http:\abc. Now problem is angular can't handle post requests.. i need to pass SAML request to http:\xyz. Is there any way i can pass post request through client(http:\abc)?
i have exact same issue as mention in this post: External servers posting to angular 2 routes