Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Signed SAML response in .net

Reply
Thread Tools

Signed SAML response in .net

 
 
Ilkay Benian
Guest
Posts: n/a
 
      12-01-2003
Hi,

I'm trying to verify a signed SAML reponse. It's an enveloped signature
with following format:

<Response ResponseID="xxx" >
<ds:Signature> ...
<ds:Reference URI="xxx">
...

I use SignedXML class in the MS WSE library. This class works as expected
when the Reference element refers to an element with Id="xxx". But for SAML
responses, there's no Id element, but instead it has ResponseID. Somehow, I
must tell the SignedXML to use ReponseID to find the Reference! I've tried
to hack it by changing the ds:Reference URI="", so that it would implicitly
refer to the top element. But it didn't work!

When I run a search on the internet, I see similar problems but no
appropriate solutions.

If you have any experience/idea, please respond.

Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SAML and .NET? Bob ASP .Net 3 11-14-2010 08:56 AM
Convert a signed binary number into a signed one ? Rob1bureau VHDL 1 02-27-2010 12:13 AM
signed(12 downto 0) to signed (8 downto 0) kyrpa83 VHDL 1 10-17-2007 06:58 PM
SAML for .NET 1.1? Lucas Tam ASP .Net 0 08-10-2005 04:13 AM
Access Manager (Single Sign On) and SAML Lucas Tam Java 0 03-10-2005 11:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57