Hello Horak David,
Event ID 422 is a strong indicator that the trust relationship between your Web Application Proxy servers and the AD FS farm has expired or become invalid, often after certificate rotation or configuration drift.
The recommended way to reestablish trust is to re-run the proxy configuration wizard on each WAP server. You can do this by opening the Remote Access Management console and selecting “Run the Web Application Proxy Configuration Wizard.” When prompted, provide the AD FS service name and valid administrative credentials. This process re-registers the proxy with AD FS and re-establishes the trust using the current certificates.
If you prefer PowerShell, you can use the Install-WebApplicationProxy cmdlet with the -FederationServiceName and -FederationServiceTrustCredential parameters to achieve the same result. After reconfiguration, verify that the WAP servers have the correct SSL certificate bound and that the AD FS service communication is healthy.
It’s also a good practice to monitor certificate lifecycles and automate renewal where possible, so that trust does not break unexpectedly in the future. Once the trust is restored, external authentication should resume without errors.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason