[java-idp-oidc] branch master updated: Wire in a default legacy registry service configuration.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 10 11:41:24 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=a16340a0811744b988fe15d43594fb37a4deae5c
The following commit(s) were added to refs/heads/master by this push:
new a16340a Wire in a default legacy registry service configuration.
a16340a is described below
commit a16340a0811744b988fe15d43594fb37a4deae5c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 10 11:41:19 2020 -0500
Wire in a default legacy registry service configuration.
---
.../src/test/resources/conf/services.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/services.xml b/idp-oidc-extension-impl/src/test/resources/conf/services.xml
index 31e58c4..27de693 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/services.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/services.xml
@@ -56,17 +56,19 @@
<value>%{idp.home}/system/conf/relying-party-system.xml</value>
</util:list>
- <!-- This set of resources supports a legacy 2.x relying-party.xml file. -->
- <util:list id="shibboleth.LegacyRelyingPartyResolverResources">
- <value>%{idp.home}/conf/relying-party.xml</value>
- <value>%{idp.home}/system/conf/legacy-relying-party-defaults.xml</value>
- </util:list>
-
<util:list id="shibboleth.MetadataResolverResources">
<value>%{idp.home}/conf/metadata-providers.xml</value>
<value>%{idp.home}/system/conf/metadata-providers-system.xml</value>
</util:list>
+ <!-- This set of resources uses only AttributeEncoders for compatibility. -->
+ <util:list id ="shibboleth.AttributeRegistryResources">
+ <value>%{idp.home}/conf/attribute-registry.xml</value>
+ <value>%{idp.home}/system/conf/attribute-registry-system.xml</value>
+ <value>%{idp.home}/conf/attribute-resolver.xml</value>
+<!-- <value>%{idp.home}/conf/attributes/default-rules.xml</value> -->
+ </util:list>
+
<util:list id ="shibboleth.AttributeResolverResources">
<value>%{idp.home}/conf/attribute-resolver.xml</value>
</util:list>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list