Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Subject missing in authentication statement

Subject: OpenSAML user discussion

List archive

RE: Subject missing in authentication statement


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Lakshmikanth Ganti'" <>, <>
  • Subject: RE: Subject missing in authentication statement
  • Date: Tue, 17 Aug 2004 15:28:36 -0400
  • Organization: The Ohio State University

> Im using openSAML Java Api to generate a SAML
> response. In my SAML response i do not get the subject tag in
> the authentication statement though i pass the subject as an
> argument. im creating the subject and adding it to the
> authentication statement as follows. Any help is appreciated.

It's a FAQ (if we had one). To use the same subject "object" twice isn't
legal, you have to clone one or the other. Objects are passed in by value
and owned by their parent.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page