Adding the Identity2 claim
Active Directory Federation Services must be configured to emit the User Principal Name as an Identity2 claim type.
When Infor Federation Services is installed, the Identity2 claim type is already configured.
In the AD FS snap-in, complete these steps:
- Select the Claim Descriptions node under AD FS > Service.
-
Click the
Add Claim Description
link in the
Actions pane.
- Display name
-
Specify Identity2.
- Claim identifier
-
Specify http://schemas.infor.com/claims/Identity2.
-
Select both check boxes. Click
OK.
- Select AD FS > Trust Relationships > Claims Provider Trust.
-
Click
Edit Claim Rules and add
rule 1:
- Template
-
Send LDAP Attributes as Claims
- Name
-
Attribute extractions from Active Directory
- Attribute store
-
Active Directory
- LDAP Attribute
-
User-Principal-Name
- Outgoing Claim Type
-
UPN
-
Click
Finish. Then, add rule 2:
- Template
-
Send Claims Using a Custom Rule
- Claim rule name
-
Emit Identity2; copy the UPN.
- Custom rule:
-
c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"] => issue(Type = "http://schemas.infor.com/claims/Identity2", Issuer = c.Issuer, OriginalIssuer = c.OriginalIssuer, Value = c.Value, ValueType = c.ValueType);
- Click Finish.