Skip to content

Commit

Permalink
Committing the current version of this file from production.
Browse files Browse the repository at this point in the history
  • Loading branch information
mar235av committed Apr 10, 2024
1 parent 3a59f84 commit 316b8cd
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 316b8cd

Please sign in to comment.