> So I need to send some parameters to another web application that require > some user data (no password) like: user full name, role, etc.
You will want to use the attribute release feature of CAS to accomplish this, http://www.ja-sig.org/wiki/display/CASUM/Attributes. When you configure an attribute source, CAS clients obtain this data by requesting the SAML 1.1 protocol, http://www.ja-sig.org/wiki/display/CASUM/SAML+1.1, and then the CAS client makes the attributes available in a way that makes sense for the application framework used by the application (e.g. attributes are placed in session data for Java and PHP). http://www.ja-sig.org/wiki/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example has an example for the Java CAS client. 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
