Versions Compared

Key

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

...

To process a complete SAML assertion, it must be provided on the stdin stream. Otherwise, the following parameters must be used:

Parameter

Description

-n

a SAML name identifier value

-f

optional SAML name identifier format

-i

entityID of an IdP

-p

a protocolSupportEnumeration value to use in finding the IdP role in metadata

-saml10

shortcut for "-p urn:oasis:names:tc:SAML:1.0:protocol"

-saml11

shortcut for "-p urn:oasis:names:tc:SAML:1.1:protocol"

-saml2

shortcut for "-p urn:oasis:names:tc:SAML:2.0:protocol"

in either mode (parameterized of from an incoming SAML assertion:

Parameter

Description

-a

optional applicationId to use in applying SP configuration, if other than "default"

...