Skip to content
Snippets Groups Projects
user avatar
Mads Freek Petersen authored
Need to be enabled in config/module_casserver.php with:

'attributes' => TRUE,

The 'schema' is:

<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
  <cas:authenticationSuccess>
    <cas:user>xxx</cas:user>
    <cas:attributes>
      <cas:foo>bar</cas:foo>
      <cas:foo>baz</cas:foo>
    </cas:attributes>
  </cas:authenticationSuccess>
</cas:serviceResponse>

where foo is the attribute name and bar,baz are the values.


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1464 44740490-163a-0410-bde0-09ae8108e29a
773fa85a
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..