...
| Option | Value |
|---|---|
| Claim rule name | Name ID |
| Incoming claim type | E-Mail Address |
| Outgoing claim type | Name ID |
| Outgoing name ID Format |
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

