[java-idp-oidc] branch main updated: Unlock oidc-commons version and reset encoder schema location in files.

Scott Cantor cantor.2 at osu.edu
Tue Feb 16 16:31:09 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
       new  539f710a  Unlock oidc-commons version and reset encoder schema location in files.
539f710a is described below

commit 539f710a59e99d3eada056089c0d6f1da4ec7762
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 11:31:06 2021 -0500

    Unlock oidc-commons version and reset encoder schema location in files.
---
 .../net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml  | 2 +-
 idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml  | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
index 1fdfa9ee..a5ebd80e 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
@@ -2,7 +2,7 @@
 <AttributeResolver xmlns="urn:mace:shibboleth:2.0:resolver" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:oidcext="urn:mace:shibboleth:2.0:resolver:oidc"
     xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                        urn:mace:shibboleth:2.0:resolver:oidc classpath:/schema/idp-oidc-extension-attribute-encoder.xsd">
+                        urn:mace:shibboleth:2.0:resolver:oidc http://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd">
 
     <!--
     Some of the examples assume conf/attributes/oidc-claim-rules.xml is loaded
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml b/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
index 93112bc0..2c9f22c4 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
@@ -18,7 +18,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xmlns:oidcext="urn:mace:shibboleth:2.0:resolver:oidc"
         xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd
-                            urn:mace:shibboleth:2.0:resolver:oidc classpath:/schema/idp-oidc-extension-attribute-encoder.xsd">
+                            urn:mace:shibboleth:2.0:resolver:oidc http://shibboleth.net/schema/oidc/shibboleth-attribute-encoder-oidc.xsd">
 
 
     <!-- ========================================== -->
diff --git a/pom.xml b/pom.xml
index 35a97c9f..29701925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
     <properties>
         <shib.idp.version>4.1.0-SNAPSHOT</shib.idp.version>
         <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
-        <oidc.common.version>0.0.2</oidc.common.version>
+        <oidc.common.version>0.0.3-SNAPSHOT</oidc.common.version>
         <json.smart.version>2.3</json.smart.version>
         <gson.version>2.8.6</gson.version>
         <nimbus.lang.tag.version>1.4.4</nimbus.lang.tag.version>

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


More information about the commits mailing list