We are integrating SAML SSO in our Spring application using Spring Security. Our application is hosted in Google App Engine.We are facing a issue, below are the steps,
Step 1: Requesting the URL of our application will redirect to idp login page Step 2: After authenticating the credentials, idp sends response to our application
issue: Step 3: Our application once again sends request to idp and it continues infinitely.
We are not able to catch the first response sent by the idp in our application, response sent by idp is appending "/saml/SSO" to out context path.
Please suggest on how we cound fetch the SAML response, or why our application is re-sending request to idp.