Skip to content

Commit

Permalink
Merge pull request #50 from UWIT-IAM/syncAttributeFile
Browse files Browse the repository at this point in the history
Committing the current version of this file from production.
  • Loading branch information
mar235av authored Apr 10, 2024
2 parents 3a59f84 + 316b8cd commit fbf6404
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion attribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
<Attribute id="uwStudentID" description="UW Student ID" authorizingGroup="u_weblogin_admins" type="attribute" />
<Attribute id="uwStudentSystemKey" description="UW Student System Key" authorizingGroup="u_weblogin_admins" type="attribute" />
<!--following attributes hidden except from admins or on attribute pages of SPs that receive them-->
<Attribute id="alt1_surname" description="surname (released as LastName)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt1_surname" description="surname (released as Surname)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt2_surname" description="surname (released as LastName)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt3_surname" description="surname (released as last_name)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt1_givenName" description="givenName (released as GivenName)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt2_givenName" description="givenName (released as FirstName)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt3_givenName" description="givenName (released as first_name)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="alt1_email" description="email (released as EmailAddress)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="awsrole" description="AWS Account ID and roles (for Amazon Web Services)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="awssession" description="AWS Session Duration (for Amazon Web Services)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
Expand Down

0 comments on commit fbf6404

Please sign in to comment.