[java-identity-provider] branch master updated: Load resolver into registry by default to support one-off encoders.

Scott Cantor cantor.2 at osu.edu
Tue Jan 14 09:21:06 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=05053488dfd8ca3623b0e8161016d7f8ec9dfeb9

The following commit(s) were added to refs/heads/master by this push:
       new  0505348   Load resolver into registry by default to support one-off encoders.
0505348 is described below

commit 05053488dfd8ca3623b0e8161016d7f8ec9dfeb9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 14 09:21:02 2020 -0500

    Load resolver into registry by default to support one-off encoders.
---
 idp-conf/src/main/resources/conf/services.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf/src/main/resources/conf/services.xml b/idp-conf/src/main/resources/conf/services.xml
index b2973b8..b61b6be 100644
--- a/idp-conf/src/main/resources/conf/services.xml
+++ b/idp-conf/src/main/resources/conf/services.xml
@@ -68,6 +68,7 @@
         <value>%{idp.home}/conf/attribute-registry.xml</value>
         <value>%{idp.home}/system/conf/attribute-registry-system.xml</value>
         <value>%{idp.home}/conf/attributes/default-rules.xml</value>
+        <value>%{idp.home}/conf/attribute-resolver.xml</value>
     </util:list>
 
     <!-- This set of resources uses only AttributeEncoders for compatibility. -->

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


More information about the commits mailing list