Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed useless links in examples

...

The underlying web interface, which is managed as anĀ AdministrativeConfiguration, looks like this:

http[s]://localhost/idp/profile/admin/mdquery?entityID=

https%3A%2F%2Fsp

https%3A%2F%2Fsp.example.

org%2Fsp

org%2Fsp

The same thing on the command line would be:

$ /opt/shibboleth-idp/bin/mdquery.sh -e https://sp.example.org/sp

The parameters supported and their corresponding command line options are:

Query String

Command Line

Cardinality

Description

entityID
--entityID, -e
RequiredEntityID to find metadata for
protocol
--protocol


Only 1 may be present

Protocol to find metadata role for
saml1
--saml1
Queries for SAML 1.1 role
saml2
--saml2
Queries for SAML 2.0 role

The tool essentially reproduces the results that would ordinarily be produced during relying party lookup in any of the "protocol" flows.