
ihgpp (ihgpp) asked a question.
3) This responds with some HTML that has a form in it with an id of "appForm".
4) We are not executing JavaScript in HTML because we are just getting the content using http client. 5) I'm able to extract the data from the form, this includes the SAML Response. 6) I'm able to call an HTTP Post with the data from that form which logs me into the application. This all seems rather dirty when we get to the HTML portion. Is there a non JavaScript way of doing this? Or, conversly is there a way of getting the SAML Response in Json format so I don't have to parse apart HTML? Or, faily all that, is there a completely different way of logging into an application without using a browser all together? Thanks.
