Siteminder EndPoint URL Issue
Hi
Our application soap services endpoint url is being accessed fine with the node url. Since we deploy our application in docker the node gets changed dynamically, so we have siteminder application url. Now with siteminder url our soap service is not working. The endpoint url when accessed gives below response. How to avoid this?
<HTML><HEAD><TITLE></TITLE></HEAD><BODY onLoad="document.AUTOSUBMIT.submit();">
<style>html{display : none ; visibility : hidden ;}</style>
This page is used to hold your data while you are being authorized for your request.<BR><BR>
You will be forwarded to continue the authorization process. If this does not happen automatically, please click the Continue button below.
<FORM NAME="AUTOSUBMIT" METHOD="POST" ACTION="Siteminder url">
<INPUT TYPE="SUBMIT" VALUE="Continue">
</FORM></BODY></HTML>
***Edited by Moderator: Lochan to update platform capability tags***