logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

resolvertest - Test Shibboleth SP attribute resolver

Author

       This manual page was written by Russ Allbery for Debian GNU/Linux.

Description

resolvertest queries the Shibboleth SP attribute resolver and can be used to test attribute release
       policies and related configuration for a Shibboleth SP.  Either a name, IdP, and protocol may be
       specified on the command-line or resolvertest can take an assertion in XML on standard input.

Name

       resolvertest - Test Shibboleth SP attribute resolver

Options

-aapp
           The application ID.  If not given, the default is "default".

       -iidp
           The Identity Provider to query for attributes.

       -fformat-uri
           The URI for the attribute format.

       -nname
           The name to look up.

       -pprotocol
           The  protocol  to  use.   Normally,  one of the -saml10, -saml11, or -saml2 options should be used to
           specify the protocol, but -p can be used to specify an arbitrary protocol.

       -saml10
           Use the SAML 1.0 protocol.

       -saml11
           Use the SAML 1.1 protocol.

       -saml2
           Use the SAML 2 protocol.

Synopsis

resolvertest-nname-iidp-pprotocol
           [-fformat-uri] [-aapp]

       resolvertest [-aapp] < assertion

See Also