[java-identity-provider] branch main updated: Re-enable RemoteUser and X509 servlets to simplify deployment.

Scott Cantor cantor.2 at osu.edu
Mon May 8 12:36:21 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new 98490d1ae Re-enable RemoteUser and X509 servlets to simplify deployment.
98490d1ae is described below

commit 98490d1ae22dabc8152880397793c238eb77007b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 8 08:34:50 2023 -0400

    Re-enable RemoteUser and X509 servlets to simplify deployment.
---
 idp-war/src/main/webapp/WEB-INF/web.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 9fed125cd..13335b252 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -32,11 +32,11 @@
     <!-- Registers optional servlets used for RemoteUser and X509 login flows. -->
     <context-param>
         <param-name>net.shibboleth.idp.registerRemoteUserServlet</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <param-name>net.shibboleth.idp.registerX509Servlet</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     
     <!-- Registers /shibboleth to return metadata file. -->

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


More information about the commits mailing list