According to the link you provided attributes appear like:
...
<cas:attributes>
  <cas:attribute>
    <cas:name>${fn:escapeXml(attr.key)}</cas:name>
    <cas:value>${fn:escapeXml(attr.value)}</cas:value>
  </cas:attribute>
</cas:attributes>
...

However, that is not how the Java JA-SIG CAS 3.1.3 client parses them.  It 
expects them in the form of:
<cas:attributes>
  <cas:{attr.key}>attr.value</cas:{attr.key}>
</cas:attributes>

I've also seen:
<cas:attribute name="attr.key" value="attr.value"/>

Is there even a standard?  According to the link CAS doesn't provide putting 
the attributes in the response found in casServiceValidationSuccess.jsp. What 
gives?
-- 
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