cas-overlay
cas-overlay copied to clipboard
[ENG-2722]Update VCU (local) with the department attribute
Ticket
https://openscience.atlassian.net/browse/ENG-2722
Purpose
Update VCU settings to allow the department attribute.
Changes
Changes here are local dev only but serves as a guide to private server settings.
Dev / QA Notes
N / A
Dev-Ops Notes
Apache / Shibboleth (Prod)
Add this to attribute-map.xml, preferably under settings for University of Arizona (UA)
<!-- Virginia Commonwealth University (VCU) -->
<!-- The attribute that VCU released has a friendly name "vcuEduPersonDepartment", which OSF Shibboleth doesn't use. -->
<Attribute name="urn:oid:1.3.6.1.4.1.10384.0.0.3.1" id="department"/>
Jetty / CAS (Prod)
Add the following to VCU attributes in institutions-auth.xsl
<departmentRaw><xsl:value-of select="//attribute[@name='department']/@value"/></departmentRaw>
<eduPerson>false</eduPerson>