[java-idp-oidc] branch main updated: Add idp.home property.

Scott Cantor cantor.2 at osu.edu
Tue Feb 9 20:37:17 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=3fa2922fbcf87d3a893b044a392ed7ffdef527f8

The following commit(s) were added to refs/heads/main by this push:
       new  3fa2922f  Add idp.home property.
3fa2922f is described below

commit 3fa2922fbcf87d3a893b044a392ed7ffdef527f8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 9 15:37:14 2021 -0500

    Add idp.home property.
---
 .../shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
index d8194b0a..ec066f82 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
@@ -26,7 +26,7 @@
 
     <!--
     <bean id="ExampleFileResolver" parent="shibboleth.oidc.FilesystemClientInformationResolver"
-        c:metadata="/opt/shibboleth-idp/metadata/oidc-client.json" />
+        c:metadata="%{idp.home}/metadata/oidc-client.json" />
     -->
 
     <bean id="ExampleStorageClientInformationResolver" parent="shibboleth.oidc.StorageClientInformationResolver"

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


More information about the commits mailing list