Hello
We have a local legacy application that is using Windows Authentication with WS Trust.
For that the "adfs/services/trust/13/windowstransport" endpoint has been activated on the ADFS.
Requesting the metadata in the browser (HTTP GET request to adfs/services/trust/mex) I can see that the endpoint is successfully returned in the xml result.
The legacy application is using the .NET Framework class: MetadataExchangeClient, which by default uses a WS-Transfer Get request to read the metadata, so it uses a SOAP POST request to adfs/services/trust/mex with the action 'http://schemas.xmlsoap.org/ws/2004/09/transfer/Get'.
The SOAP response however does not contain the 'adfs/services/trust/13/windowstransport' endpoint. Most of the other endpoints still seem to be contained in the response as expected.
Is that a configuration setting on the ADFS that has to be adjusted for that to work?
In the previous ADFS version that was used (Win2016) the metadata was correct in both cases, it just failed to work after switching to Win2022.
Thanks for the help.
Regards,
Karsten