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/attribute-map-prod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
-->

<!-- Active Directory Federation Services (ADFS 2.x) -->
<!-- University of Cape Town (UCT) and Boys Town (BT) -->
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/eppn" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="eppn" />
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="mail" />
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="displayName" />
<Attribute name="http://schemas.microsoft.com/identity/claims/displayname" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="displayName" />
Expand Down
2 changes: 1 addition & 1 deletion etc/cas/config/attribute-map-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
-->

<!-- Active Directory Federation Services (ADFS 2.x) -->
<!-- University of Cape Town (UCT), Boys Town (BT) and East Carolina University (ECU) -->
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/eppn" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="eppn" />
Comment thread
cslzchen marked this conversation as resolved.
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="mail" />
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="displayName" />
<Attribute name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" id="givenName" />
Expand Down
Loading