[java-idp-oidc] branch main updated: Adjust filenames and module definition.

Scott Cantor cantor.2 at osu.edu
Tue Dec 22 16:52:53 UTC 2020


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=4aae64d47dfb35d4ef7d001bc0229e8d44fc1ac1

The following commit(s) were added to refs/heads/main by this push:
       new  4aae64d4  Adjust filenames and module definition.
4aae64d4 is described below

commit 4aae64d47dfb35d4ef7d001bc0229e8d44fc1ac1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 22 11:52:50 2020 -0500

    Adjust filenames and module definition.
---
 ...tribute-resolver-oidc.xml => oidc-attribute-resolver.xml} |  0
 .../net/shibboleth/idp/plugin/oidc/op/module.properties      | 12 ++++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attribute-resolver-oidc.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
similarity index 100%
rename from idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attribute-resolver-oidc.xml
rename to idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/module.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/module.properties
index 098122e1..a66e0197 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/module.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/module.properties
@@ -15,9 +15,13 @@ idp.oidc.OP.2.src = /net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-reso
 idp.oidc.OP.2.dest = conf/oidc-clientinfo-resolvers.xml
 idp.oidc.OP.3.src = /net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml
 idp.oidc.OP.3.dest = conf/oidc-credentials.xml
-idp.oidc.OP.4.src = /net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-filter.xml
-idp.oidc.OP.4.dest = conf/oidc-attribute-filter.xml
-idp.oidc.OP.5.src = /net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
-idp.oidc.OP.5.dest = static/openid-configuration.json
+idp.oidc.OP.4.src = /net/shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml
+idp.oidc.OP.4.dest = conf/attributes/oidc-claim-rules.xml
+idp.oidc.OP.5.src = /net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-filter.xml
+idp.oidc.OP.5.dest = conf/oidc-attribute-filter.xml
+idp.oidc.OP.6.src = /net/shibboleth/idp/plugin/oidc/op/conf/oidc-attribute-resolver.xml
+idp.oidc.OP.6.dest = conf/oidc-attribute-resolver.xml
+idp.oidc.OP.7.src = /net/shibboleth/idp/plugin/oidc/op/static/openid-configuration.json
+idp.oidc.OP.7.dest = static/openid-configuration.json
 
 idp.oidc.OP.postenable = See documentation for additional instructions to enable the OP module.
\ 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