Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Overview

This plugin provides reusable OpenID Connect (OIDC) specific Java components which are common across Shibboleth OIDC-dependent plugin functionality. As such, this plugin does not provide any deployer features by itself but is required to be installed and enabled by other plugins. It prevents duplication of libraries and conflicts when combining features.

Plugin Installation

Plugin

Plugin ID

Module ID

Latest Version

OIDC Common components

net.shibboleth.oidc.common

idp.oidc.common.1

1.1.0

For a detailed guide on how to install plugins, see here.

In summary, use the plugin command that ships with the IdP to install the plugin from either a local file pre-downloaded, from a URL or by pluginId 4.2

Installation

C:>\opt\shibboleth-idp\bin\plugin.bat -I net.shibboleth.idp.plugin.oidc.whatever

or

$ /opt/shibboleth-idp/bin/plugin.sh -i http://shibboleth.net/downloads/identity-provider/plugins/pluginName/version/URL

or

$ /opt/shibboleth-idp/bin/plugin.sh -i <plugin.tar.gz>

If installing from a local file, you need to ensure the GPG detached signature (e.g. the .asc file) is placed alongside the main plugin archive on disk.

Listing Installed Plugins

$ /opt/shibboleth-idp/bin/plugin.sh -l

or

C:>\opt\shibboleth-idp\bin\plugin.bat -l

  • No labels