Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cas_success.xml « fixtures « spec « omniauth-cas3 « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18904f64b35a3d7ffb16eec0d5bb66120457d1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
  <cas:authenticationSuccess>
    <cas:user>psegel</cas:user>
    <cas:employeeid>54</cas:employeeid>
    <cas:first_name>P. Segel</cas:first_name>
    <cas:first_name>Peter</cas:first_name>
    <cas:last_name>Segel</cas:last_name>
    <cas:email>psegel@intridea.com</cas:email>
    <cas:location>Washington, D.C.</cas:location>
    <cas:image>/images/user.jpg</cas:image>
    <cas:phone>555-555-5555</cas:phone>
    <cas:hire_date>2004-07-13</cas:hire_date>
  </cas:authenticationSuccess>
</cas:serviceResponse>