Skip to Content.
Sympa Menu

mace-opensaml-users - RE: cannot sign SAMLAssertion

Subject: OpenSAML user discussion

List archive

RE: cannot sign SAMLAssertion


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>, "'opensaml'" <>
  • Subject: RE: cannot sign SAMLAssertion
  • Date: Mon, 15 May 2006 11:40:22 -0400
  • Organization: The Ohio State University

> Using opensaml-1.1a. Doing
>
> XSECCryptoKey * key = new OpenSSLCryptoKeyRSA(pkey);
> assertion->sign(key);
>
> I got an exception
>
> unknown/unsupported signature algorithm:
> http://www.w3.org/2000/09/xmldsig#rsa-sha1
>
> I'd have expected the default algorithm to work. What's missing?

I would have to assume the library isn't initializing properly. The
algorithm URIs have to get loaded and mapped to the constants used by the
signing library. There might be errors logged during initialization.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page