[java-idp-oidc] branch main updated: Remove unneeded config files/refs.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 21 20:39:52 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=b3f485a5c70f17a20976c761e16724ca9857e9de
The following commit(s) were added to refs/heads/main by this push:
new b3f485a5 Remove unneeded config files/refs.
b3f485a5 is described below
commit b3f485a5c70f17a20976c761e16724ca9857e9de
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 21 16:39:50 2020 -0400
Remove unneeded config files/refs.
---
.../src/test/resources/conf/global.xml | 2 --
.../src/test/resources/conf/session-manager.xml | 31 ----------------------
2 files changed, 33 deletions(-)
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/global.xml b/idp-oidc-extension-impl/src/test/resources/conf/global.xml
index bba693ca..dc37270f 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/global.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/global.xml
@@ -19,7 +19,6 @@
<util:set id="testbed.MetadataIndexes">
<bean class="org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex" />
</util:set>
-
<!--
Algorithm whitelists and blacklists that override or merge with library defaults. Normally you can leave
@@ -59,7 +58,6 @@
<util:list id="testbed.MetadataResolverResources">
<value>%{idp.home}/conf/metadata-providers.xml</value>
<value>%{idp.home}/conf/metadata-filters.xml</value>
- <value>%{idp.home}/system/conf/metadata-providers-system.xml</value>
</util:list>
</beans>
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/session-manager.xml b/idp-oidc-extension-impl/src/test/resources/conf/session-manager.xml
deleted file mode 100644
index 43f21fb4..00000000
--- a/idp-oidc-extension-impl/src/test/resources/conf/session-manager.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util" xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!-- Flows that propagate logout to additional services using supported protocols. -->
- <util:list id="shibboleth.LogoutPropagationFlows">
- <ref bean="logoutprop/cas" />
- <ref bean="logoutprop/saml2" />
- </util:list>
-
- <!--
- List of client-side storage service plugins. If you use server-side storage and don't need these
- services, you can remove or comment out the <ref> elements, but don't remove the list bean or
- a default list will be substituted for backward compatibility.
- -->
- <util:list id="shibboleth.ClientStorageServices">
- <!--
- <ref bean="shibboleth.ClientSessionStorageService" />
- <ref bean="shibboleth.ClientPersistentStorageService" />
- -->
- </util:list>
-
-</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list