I do not have a LDAP or any DB that I can map as a principal.  How would I load 
the attributes into the SAML programmatically?

-----Original Message-----
From: Marvin Addison [mailto:[email protected]] 
Sent: Friday, October 15, 2010 3:43 PM
To: [email protected]
Subject: Re: [cas-user] returning attributes

> What I get back in the response on the client is just the username.
> <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
>                 <cas:authenticationSuccess>

Attributes are only sent to the client via the SAML protocol.  You can
hack the CAS protocol to send attributes, but I strongly encourage you
to avoid that practice.  SAML is the supported and recommended method
for transmitting attributes to clients.  Simply configure your clients
to use the Saml11TicketValidationFilter,
https://wiki.jasig.org/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example,
and they magically show up in the CAS Assertion.

M

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to