In the ADFS Management Console, select "Relying Party Trusts" on the navigation panel

Right click on the new relying party trust, e.g. "GoToMeeting"

select "Edit Claim Issurance Policy..."

click the "Add Rule..." button

select Send LDAP Attributes as Claims as the Claim rule template

click Next.

Use the following settings:

OptionValue
Claim rule name AD Email
Attribute store Active Directory
LDAP Attribute E-mail-Addresses
Outgoing Claim TypeE-mail Address

Click "Finish"

Click "Add Rule..." again

select Transform an Incoming Claim as the Claim rule template

click Next

use the following settings:

OptionValue
Claim rule name Name ID
Incoming claim typeE-Mail Address
Outgoing claim typeName ID
Outgoing name ID Format Email

Click "Finish"


Finally, to prevent ADFS from sending encrypted assertions by default, open a Windows Power Shell command prompt and run the following command:

set-ADFSRelyingPartyTrust –TargetName "relyingPartyTrustDisplayName" –EncryptClaims $False



  • No labels