Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That endpoint returns the metadata by simply reading the XML file pointed to by IdP property idp.entityID.metadataFile, the value of which defaults to %{idp.home}/metadata/idp-metadata.xml.

Warning

Note that by default this metadata is not signed, nor does it dynamically reflect the actual IdP's configuration (for example signing and encryption keys).  The file is simply built statically from a template at install time.  As such, it is intended as informational only, and is not suitable for direct consumption as-is by an SP wishing to interoperate with the IdP.


To expose a different metadata file's contents at that endpoint, set that property to a different file path value in conf/idp.properties, for example:

...