Summary
When signing in with Active Directory Federation Services (AD FS) in Directory Server 10.3, you may receive the following error message:
The Federation Service encountered an error while processing the SAML authentication request.
The relying party trust with identifier 'https://sampleFQDN/lfds' could not be located.
Cause
The introduction of support for SAML 2.0 identity providers in Directory Server 10.3 necessitated changes to the initial Active Directory Federation Services support introduced with Directory Server 10.2. Organizations who have previously configured AD FS successfully with Directory Server 10.2 must make the following configuration changes upon upgrading to Directory Server 10.3
Resolution
https://machine.domain.com/lfds
LDAP Attribute | Outgoing Claim Type |
SAM-Account-Name | Name ID |
objectSid | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid |
<add key="DefaultRealm" value="SampleLicensingSiteName" />
After saving your change, restart the Directory Server service.