Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/cas/config/instn-authn-prod.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
</user>
</xsl:when>
<!-- Harvard University (HARVARD) -->
<xsl:when test="$idp='https://fed.huit.harvard.edu/idp/shibboleth'">
<xsl:when test="$idp='http://www.okta.com/exk1xrjz6q65XDb2J1d8 '">
<id>harvard</id>
<user>
<username><xsl:value-of select="//attribute[@name='mail']/@value"/></username>
Expand Down
8 changes: 7 additions & 1 deletion etc/cas/config/shibboleth2-prod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
<MetadataFilter type="Signature" certificate="ecu-prod-idp-cert.cer" />
</MetadataProvider>

<!-- Harvard University -->
<MetadataProvider type="XML"
uri="https://login.harvard.edu/app/exk1xrjz6q65XDb2J1d8/sso/saml/metadata"
backingFilePath="harvard-prod-idp-metadata.xml"
reloadInterval="180000">
</MetadataProvider>

<!-- Macquarie University (MQ) -->
<MetadataProvider type="XML"
uri="https://mq.okta.com/app/exk2dzwun7KebsDIV2p7/sso/saml/metadata"
Expand Down Expand Up @@ -107,7 +114,6 @@
<!-- George Mason University -->
<!-- George Washington University -->
<!-- Georgia Institute of Technology -->
<!-- Harvard University -->
<!-- James Madison University -->
<!-- KU Leuven -->
<!-- Massachusetts Institute of Technology -->
Expand Down
Loading