The form is missing the variable SAMLResponse

Hello,
I’m trying to target different page, from assertconsumer page, but not able to redirect the same “The form is missing the variable SAMLResponse” getting this exception, i’m trying to implement concurrent session management. please help me to do so.

getting exception over here.


in config file


I want to redirect this page

This exception is thrown when you call SAMLServiceProvider.ReceiveSSO and the HTTP Post doesn’t include SAMLResponse post data.

I’m not sure why your redirect would be causing SAMLServiceProvider.ReceiveSSO to be called again.

I suggest using the browser developer tools (F12) to capture the network traffic to see what happens after the redirect.