Skip to content

Commit

Permalink
add businessCategory for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Sep 17, 2021
1 parent 2b84ea7 commit 700fa37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
<AttributeRule attributeID="eduPersonEntitlement">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="businessCategory">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>

<!-- Attribute release for all InCommon SPs -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
<InputDataConnector ref="myLDAP" attributeNames="preferredLanguage"/>
</AttributeDefinition>

<AttributeDefinition xsi:type="Simple" id="businessCategory">
<InputDataConnector ref="myLDAP" attributeNames="businessCategory"/>
</AttributeDefinition>

<!-- Schema: eduPerson attributes -->
<AttributeDefinition xsi:type="Simple" id="eduPersonAffiliation">
<InputDataConnector ref="myLDAP" attributeNames="eduPersonAffiliation" />
Expand Down

0 comments on commit 700fa37

Please sign in to comment.