Do I have to set the attribute repository in the deploymentConfig to pick up 
the attributes or is that only needed for a mapped repository?

-----Original Message-----
From: Marvin Addison [mailto:[email protected]] 
Sent: Monday, October 18, 2010 9:37 AM
To: [email protected]
Subject: Re: [cas-user] returning attributes

> 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?

Based on the code snippet you shared previously, you've already solved
this problem:

return new SimplePrincipal(principalId, attributes);

Your problem now is entirely at the client.  Configure you clients to
request SAML using Saml11TicketValidationFilter and you're done.

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