Forums, Documentation & Knowledge Base - ComponentSpace

How can IdP verify the signed AuthnRequest without using HTTPRedirectBinding.VerifyRequestSignature ?


https://componentspace.com/forums/Topic1529.aspx

By helloworld - 5/28/2015

I am a .NET developer and I want to know how to verify the request signature without using HTTPRedirectBinding.VerifyRequestSignature.

Remarks:
The redirect URL to IdP just contain the deflated, base64 encoded, url encoded SAML request in xml, signature with url encoded and the SigAlg which is the signature algorithm, IdP also knows the x.509 certificate of SP.
By helloworld - 6/1/2015

Thanks for help. Now I know more about the implementation inside.