[java-idp-plugin-oidc-rp] branch main updated: Fix module config copying

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 17 14:17:30 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=5b840938720880439a4ab32366dc63d537a16e8c

The following commit(s) were added to refs/heads/main by this push:
     new 5b84093  Fix module config copying
5b84093 is described below

commit 5b840938720880439a4ab32366dc63d537a16e8c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 17 14:17:28 2023 +0000

    Fix module config copying
---
 .../net/shibboleth/idp/plugin/authn/oidc/rp/module.properties       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 bd3ab8a..cb31622 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
@@ -30,6 +30,6 @@ idp.authn.oidc.RP.5.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/o
 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
-idp.authn.oidc.RP.5.dest = conf/attributes/oidc-claim-rules.xml
-idp.authn.oidc.RP.5.replace = false
\ No newline at end of file
+idp.authn.oidc.RP.6.src =  /net/shibboleth/idp/plugin/authn/oidc/rp/conf/attributes/oidc-claim-rules.xml
+idp.authn.oidc.RP.6.dest = conf/attributes/oidc-claim-rules.xml
+idp.authn.oidc.RP.6.replace = false
\ No newline at end of file

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


More information about the commits mailing list