[java-idp-plugin-oidc-rp] branch main updated: Rename RP specific client secret credential xml
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 17 17:01: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=f190ecd893cd4ff4a765b2e5ceffc4392ddedfa0
The following commit(s) were added to refs/heads/main by this push:
new f190ecd Rename RP specific client secret credential xml
f190ecd is described below
commit f190ecd893cd4ff4a765b2e5ceffc4392ddedfa0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 17 17:01:27 2023 +0000
Rename RP specific client secret credential xml
---
...ent-secret-credential.xml => oidc-rp-client-secret-credential.xml} | 0
.../net/shibboleth/idp/plugin/authn/oidc/rp/module.properties | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/client-secret-credential.xml b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-client-secret-credential.xml
similarity index 100%
rename from idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/client-secret-credential.xml
rename to idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-client-secret-credential.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 cb31622..7322bac 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
@@ -22,8 +22,8 @@ idp.authn.oidc.RP.3.src = /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/o
idp.authn.oidc.RP.3.dest = conf/oidc-credentials.xml
idp.authn.oidc.RP.3.replace = false
-idp.authn.oidc.RP.4.src = /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/client-secret-credential.xml
-idp.authn.oidc.RP.4.dest = conf/authn/client-secret-credential.xml
+idp.authn.oidc.RP.4.src = /net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-client-secret-credential.xml
+idp.authn.oidc.RP.4.dest = conf/authn/oidc-rp-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-rp-providermetadata-resolvers.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list