I'm trying to add a relying party trust to ADFS
by importing an XML
file. This works great but I can't find the correct entry to add the Endpoint's SAML
logout Response URL field.
In other words, I'm trying to find the match from red rectangle in the picture SAML logout properties to the correct attribute in the XML file.
For example:
<md:ThisiswhatImmissingBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://myserver.com/remote_auth/complete_logout/"/>
Any assistance will be appreciated