[java-oidc-common] 03/06: Fix config locations
Phil Smart
philip.smart at jisc.ac.uk
Thu Feb 2 14:50:08 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch dev/JCOMOIDC-48
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=79b180a21faea9da536e443ac8e14832a5a8763b
commit 79b180a21faea9da536e443ac8e14832a5a8763b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 31 12:17:30 2023 +0000
Fix config locations
---
.../oidc/common/conf/{authn => }/attributes/oidc-claim-rules.xml | 0
.../main/resources/net/shibboleth/oidc/common/module.properties | 7 +++----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/conf/authn/attributes/oidc-claim-rules.xml b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/conf/attributes/oidc-claim-rules.xml
similarity index 100%
rename from oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/conf/authn/attributes/oidc-claim-rules.xml
rename to oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/conf/attributes/oidc-claim-rules.xml
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
index fe1077a..dc1fa1e 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
@@ -10,13 +10,12 @@ idp.oidc.common.3.name = Module to provide common OIDC processing
idp.oidc.common.3.desc = Module that provides common OIDC processing functions for other plugins to use
idp.oidc.common.3.url = /OIDCCommon
-idp.oidc.common.3.1.src = /net/shibboleth/oidc/common/conf/authn/oidc.properties
-idp.oidc.common.3.1.dest = conf/authn/oidc.properties
+idp.oidc.common.3.1.src = /net/shibboleth/oidc/common/conf/authn/oidc-common.properties
+idp.oidc.common.3.1.dest = conf/authn/oidc-common.properties
idp.oidc.common.3.2.src = /net/shibboleth/oidc/common/conf/authn/oidc-credentials.xml
idp.oidc.common.3.2.dest = conf/oidc-credentials.xml
-idp.oidc.common.3.3.src = //net/shibboleth/oidc/common/conf/attributes/oidc-claim-rules.xml
+idp.oidc.common.3.3.src = /net/shibboleth/oidc/common/conf/attributes/oidc-claim-rules.xml
idp.oidc.common.3.3.dest = conf/attributes/oidc-claim-rules.xml
-idp.oidc.common.3.3.optional = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list