'ping 1 cloud SSO integration with .NET website using SAML
we are using the ping 1 cloud product and we are trying to integrate SSO with our application and we are using SAML 1.01.
In the code there is an action method that the ping 1 cloud is sending the completed SAML to us in a request to our website.
I can NOT find the SAML response in this request? The ping 1 documenation says it is in the body in SAMLRequest. I've tried getting Request.Form("SAMLRequest") but this returns an empty string and I'm using VB so the () here are correct instead of the [] you would use in C#
I've also tried parsing the Request.InputStream which says it represents the request body but it shows a length = 0 so I don't think my request has a body. I was just going to parse it myself from the body.
And we have this set up in UAT so I can not debug and see the request I'm trying to find this by logging to a DB different things on the Request object I've also tried Request.Form("SAMLResponse") and same thikng I get an empty string.
I've also used a SAML trace and I can see the SAMLRequest and SAMLResponse using it but I can't see where ping1 is passing it to me in the request they are sending me?
Has anyone worked with the Ping 1 cloud product and can you tell me where/how I can get the SAMLResponse from the request I'm getting from ping 1 cloud?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
