> 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
