[java-idp-plugin-vci] branch main updated: Refer to OpenID Fed WIP as a installation pre-requiste

Codeberg noreply at shibboleth.net
Mon Sep 7 15:51:40 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-plugin-vci.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/088bbf49632ff815cb05a2cd29fc4211003afe59

The following commit(s) were added to refs/heads/main by this push:
     new 088bbf4  Refer to OpenID Fed WIP as a installation pre-requiste
088bbf4 is described below

commit 088bbf49632ff815cb05a2cd29fc4211003afe59
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Mon Sep 7 18:51:31 2026 +0300

    Refer to OpenID Fed WIP as a installation pre-requiste
---
 README.md | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 0701612..fb4c5a8 100644
--- a/README.md
+++ b/README.md
@@ -52,19 +52,23 @@ Requires IdP **5.2.3** or later.
 
 > **Note**
 > This plugin depends on OpenID Connect OP plugin and on what that plugin depends on. You need
-> to install them **first** and in this order. The plugin installer does not check it for you.
+> to install them **first**.
 >
 > 1. OpenID Connect Common Library (`oidc-common`)
 > 2. OpenID Connect Common Config (`idp-plugin-oidc-config`)
-> 3. OpenID Connect OP (`idp-plugin-oidc-op`)
+> 3. OpenID Federation Common Library (`oidfed-common`)
+> 4. OpenID Connect OP (`idp-plugin-oidc-op`)
+> 5. OpenID Connect OP Federation Plugin (`idp-plugin-oidfed-op`)
 >
-> One dependency you need only in some cases:
+> Install them by
+> [OPFederationWIP](https://shibboleth.atlassian.net/wiki/spaces/IDPPLUGINS/pages/4500914216/OPFederationWIP)
+> of the Shibboleth wiki. It has the snapshot locations and the commands for all five. Follow
+> that page and you have everything this plugin needs.
 >
-> - **OpenID Federation.** Needed only if you import *conf/openid-vci-oidfed.xml* into
->   *conf/global.xml* to state this deployment as a Credential Issuer in an Entity
->   Configuration. Install OpenID Federation Common Library (`oidfed-common`) and OpenID
->   Federation OP plugin (`idp-plugin-oidfed-op`) before that import. If you do the import
->   without them the IdP does not start.
+> The two OpenID Federation plugins of the list are needed only if you import
+> *conf/openid-vci-oidfed.xml* into *conf/global.xml* to state this deployment as a Credential
+> Issuer in an Entity Configuration. Install them before that import, without them the IdP does
+> not start.
 
 ### Installation example
 
@@ -73,6 +77,10 @@ to the latest snapshots is the
 [Shibboleth IdP and Plugins status page](https://shibboleth.net/cgi-bin/projstatus.cgi). It has
 a `Current Snapshot` column with a link to each plugin.
 
+The dependency commands below are the ones of the wiki page, without the OpenID Federation
+plugins. If you installed the dependencies by that page, the last block is the only one you
+still need.
+
 Snapshot distributions are signed with Shibboleth Jenkins' key. You may download the key from
 https://shibboleth.net/downloads/SHIBBOLETH_SNAPSHOT_PGP_KEYS and use it as the truststore.
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list