We have Service Provider which requires SAML assertion to be done by SP Initiated. We need to enable our web application which is ASP.Net MVC C# to perform SP -Initiated SSO. The flow which we are looking at is
Web Application -> Clicks Link to access Resource -> Goes to SP -> SP Redirects to IDP(i.e. our Web Application) -> Validate the User-> HTTP POST-> Access SP Site
Can we stimulate this flow from c# code,the challenge we are facing is how to relay state back to SP when we validate the user.