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

whole document covering signature in ValidateSignatureReference #86

Open yoonjong92 opened 11 months ago

yoonjong92 commented 11 months ago

First, Thank you very much for easy and powerful Library :)

I got Saml from Idp which has Signature with (which means cover the whole document)

So ValidateSignatureReference function throws ArgumentOutOfRangeException.

Can I get help with this? I can't determine that this situation is wrong from "Saml provided from Idp" or "ValidateSignatureReference's implementation"

Thanks