Skip to content

Conversation

@cslzchen
Copy link
Contributor

@cslzchen cslzchen commented Apr 9, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant