[java-idp-plugin-oidc-rp] branch main updated: Change RP provider metadata resolvers filename

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 17 14:16:53 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=ea1d0ddc631959dc335cf69b92d10ee886029a17

The following commit(s) were added to refs/heads/main by this push:
     new ea1d0dd  Change RP provider metadata resolvers filename
ea1d0dd is described below

commit ea1d0ddc631959dc335cf69b92d10ee886029a17
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 17 14:16:50 2023 +0000

    Change RP provider metadata resolvers filename
---
 idp-oidc-rp-impl/pom.xml                                              | 2 +-
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml     | 2 +-
 ...rmetadata-resolvers.xml => oidc-rp-providermetadata-resolvers.xml} | 0
 .../net/shibboleth/idp/plugin/authn/oidc/rp/module.properties         | 4 ++--
 .../net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties         | 2 +-
 ...rmetadata-resolvers.xml => oidc-rp-providermetadata-resolvers.xml} | 0
 pom.xml                                                               | 2 +-
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index 556b29f..cc1951f 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -28,7 +28,7 @@
         <!-- provided dependencies -->
          <dependency>
             <groupId>net.shibboleth.idp.oidc</groupId>
-            <artifactId>idp-plugin-oidc-config</artifactId>
+            <artifactId>idp-plugin-oidc-config-impl</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index ed20f06..cfafcb2 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -249,7 +249,7 @@
     </bean>
 
     <util:list id="shibboleth.DefaultProviderMetadataResolverResources">
-        <value>conditional:%{idp.home}/conf/authn/oidc-providermetadata-resolvers.xml</value>
+        <value>conditional:%{idp.home}/conf/authn/oidc-rp-providermetadata-resolvers.xml</value>
     </util:list>
     <!-- Auto-append system config file to resource set. -->
     <bean id="ExtendedProviderMetadataResolverResources"
diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-providermetadata-resolvers.xml b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
similarity index 100%
rename from idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-providermetadata-resolvers.xml
rename to idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/module.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/module.properties
index dda57f4..bd3ab8a 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/module.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/module.properties
@@ -26,8 +26,8 @@ idp.authn.oidc.RP.4.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/c
 idp.authn.oidc.RP.4.dest = conf/authn/client-secret-credential.xml
 idp.authn.oidc.RP.4.replace = false
 
-idp.authn.oidc.RP.5.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-providermetadata-resolvers.xml
-idp.authn.oidc.RP.5.dest = conf/authn/oidc-providermetadata-resolvers.xml
+idp.authn.oidc.RP.5.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
+idp.authn.oidc.RP.5.dest = conf/authn/oidc-rp-providermetadata-resolvers.xml
 idp.authn.oidc.RP.5.replace = false
 
 idp.authn.oidc.RP.5.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/attributes/oidc-claim-rules.xml
diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
index 88b1923..beadaba 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.authn.oidc.rp
 # Only used when package manifest is not available
-plugin.version = 0.9.0
+plugin.version = 0.10.0
 #plugin.license = licence.txt
 
 # No prereqs
diff --git a/idp-oidc-rp-impl/src/test/resources/conf/authn/oidc-providermetadata-resolvers.xml b/idp-oidc-rp-impl/src/test/resources/conf/authn/oidc-rp-providermetadata-resolvers.xml
similarity index 100%
rename from idp-oidc-rp-impl/src/test/resources/conf/authn/oidc-providermetadata-resolvers.xml
rename to idp-oidc-rp-impl/src/test/resources/conf/authn/oidc-rp-providermetadata-resolvers.xml
diff --git a/pom.xml b/pom.xml
index 180600b..b69fbbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
             <!-- OIDC Shared config, which is a runtime dependency to the whole project -->
              <dependency>
                 <groupId>net.shibboleth.idp.oidc</groupId>
-                <artifactId>idp-plugin-oidc-config</artifactId>
+                <artifactId>idp-plugin-oidc-config-impl</artifactId>
                 <version>${idp.oidc.config.version}</version>
             </dependency>
             <!-- Its own dependencies -->

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


More information about the commits mailing list