[java-identity-provider] branch maint-4 updated: Accidental commit of test file.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 6 21:11:00 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9e5805368b2927fa3869ed7078db0c7277f163f5
The following commit(s) were added to refs/heads/maint-4 by this push:
new 9e5805368 Accidental commit of test file.
9e5805368 is described below
commit 9e5805368b2927fa3869ed7078db0c7277f163f5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 6 16:10:57 2022 -0500
Accidental commit of test file.
---
.../conf/authn/remoteuser-authn-config.xml | 61 ----------------------
1 file changed, 61 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/authn/remoteuser-authn-config.xml b/idp-conf/src/test/resources/conf/authn/remoteuser-authn-config.xml
deleted file mode 100644
index 3c718bcb4..000000000
--- a/idp-conf/src/test/resources/conf/authn/remoteuser-authn-config.xml
+++ /dev/null
@@ -1,61 +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">
-
- <!-- Most settings are controlled with authn.properties -->
-
- <!--
- The idp.authn.RemoteUser.externalAuthnPath property controls the default location to use.
- For advanced cases, define a bean called "shibboleth.authn.RemoteUser.externalAuthnPathStrategy"
- of type Function<ProfileRequestContext,String> that returns the path to use.
- -->
-
- <!--
- Define entries here to map error messages returned by external modules and classify them as particular
- kinds of errors for use in your templates and as events in flows.
-
- Keys are events to signal, values are error codes.
-
- The examples here just allow external signaling of an exact condition.
-
- If you want to "fall-through" to other login flows, include a mapping to "ReselectFlow".
- -->
- <util:map id="shibboleth.authn.RemoteUser.ClassifiedMessageMap">
- <entry key="ReselectFlow">
- <list>
- <value>NoCredentials</value>
- </list>
- </entry>
- <entry key="UnknownUsername">
- <list>
- <value>UnknownUsername</value>
- </list>
- </entry>
- <entry key="InvalidCredentials">
- <list>
- <value>InvalidCredentials</value>
- </list>
- </entry>
- <entry key="ExpiredPassword">
- <list>
- <value>ExpiredPassword</value>
- </list>
- </entry>
- <entry key="ExpiringPassword">
- <list>
- <value>ExpiringPassword</value>
- </list>
- </entry>
- </util:map>
-
-</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list