ADFS SAML Metadata URL

The SAML metadata XML in ADFS is exposed at this URL

1https://<your-adfs-server>/FederationMetadata/2007-06/FederationMetadata.xml

The ADFS Metadata is where the ADFS exposes all endpoint, certificates and other information needed by someone setting up a SAML integration with ADFS. ADFS exposes its Metadata XML on the URL mentioned above.

To export the SAML metadata XML to use when setting up your SAML integration with ADFS, simply browse to the URL and download the file.

You can also use something like wget or curl to obtain it.

1wget https://<your-adfs-server>/FederationMetadata/2007-06/FederationMetadata.xml

1curl -O https://<your-adfs-server>/FederationMetadata/2007-06/FederationMetadata.xml