Skip to Content.
Sympa Menu

mace-opensaml-users - Creating AuthnRequest

Subject: OpenSAML user discussion

List archive

Creating AuthnRequest


Chronological Thread 
  • From: "Brian Sheely" <>
  • To: <>
  • Subject: Creating AuthnRequest
  • Date: Wed, 3 Oct 2007 13:33:33 -0700

I would have thought the following code would work since that seems to be how an AuthnRequest is created in AuthnRequest20Test.h

 

      try {

            AuthnRequest* request = opensaml::saml2p::AuthnRequestBuilder::buildAuthnRequest();

      }

      catch (XMLObjectException& xmlObjectException) {

            cout << "Exception: " << xmlObjectException.what() << endl;

      }

 

The exception message is "Unable to obtain typed builder for AuthnRequest". I'm obviously doing something wrong. As always, thanks for your help!

 

Brian

 

 




Archive powered by MHonArc 2.6.16.

Top of Page