Versions Compared

Key

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

...

All plugin manipulation (except trust store maintenance) is done via theĀ plugin command. Operations fall into 2 broad categories.

Plugin Discovery and automated installation. 4.2

Information about plugins is always kept separate from the plugin itself. This same information can be used to discover which plugins are available at a given URL. The -L will list them. This defaults to using the URL which is shared by all plugins developed by the Shibboleth Team (and documented here). The --updateURL allows other locations to be used.

...

Code Block
languagebash
/idp/bin$ ./plugin.sh -fl
Plugin: net.shibboleth.idp.plugin.rhino Current Version: 0.1.4
        Versions
        0.1.3:  Min=4.1.0       Max=5.0.0       Support level: Withdrawn
Discover and automated install 4.2
Code Block
languagebash
rdw@DELL10:~/idp/bin$ ./plugin.sh  -L
Plugin net.shibboleth.idp.plugin.rhino: version 1.1.0 available for install
Plugin net.shibboleth.idp.plugin.authn.duo.sdk: version 1.1.1 available for install
Plugin net.shibboleth.idp.plugin.authn.totp: version 1.0.0 available for install
Plugin net.shibboleth.idp.plugin.oidc.op: version 3.0.1 available for install
Plugin net.shibboleth.idp.plugin.metadatagen: version 0.1.1 available for install
Plugin net.shibboleth.idp.plugin.authn.duo.nimbus: version 1.1.1 available for install
Plugin net.shibboleth.idp.plugin.nashorn: Installed version 1.1.0: No update available
Plugin net.shibboleth.oidc.common: version 1.1.0 available for install
rdw@DELL10:~/idp/bin$ ./plugin.sh  -I net.shibboleth.idp.plugin.authn.totp
.....
rdw@DELL10:~/idp/bin$ ./plugin.sh  -l
Plugin: net.shibboleth.idp.plugin.nashorn       Current Version: 1.1.0
Plugin: net.shibboleth.idp.plugin.authn.totp    Current Version: 1.0.0

...