jitbit / AspNetSaml

Very simple SAML 2.0 consumer module for ASP.NET/C#
https://www.jitbit.com
Apache License 2.0
361 stars 118 forks source link

Get the post method payload in asp.net 3.5 webforms #67

Closed Sabin-Pradhan closed 2 years ago

Sabin-Pradhan commented 2 years ago

Does Request.Form["SAMLResponse"] work on webforms to get the response sent back by IDP as post? If not, how to grab the IDP response sent on post payload on asp.net webforms.

alex-jitbit commented 2 years ago

Yes, Request.Form works in webforms