Pregunta

samlResponse = ComponentPro.Saml2.Response.Create(HttpContext.Current.Request);

this line throws an exception "The SAML response signature failed to verify."

The same code works just fine on a different site on the same server. The only difference between the sites is that this site has SSL certificate installed.

Kind of new to this SSO thing so a detailed explanation is appreciated (if possible),

Thanks

¿Fue útil?

Solución

Nevermind, I was using wrong certificate. They had the same file names so I grabbed the wrong one.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top