[java-identity-provider] branch main updated: Fix nonBrowser default on RemoteUserInternal flow.

Scott Cantor cantor.2 at osu.edu
Wed Oct 14 18:49:07 UTC 2020


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=0d991802c4352da6f93f2a01bbbdd0df0840c7c4

The following commit(s) were added to refs/heads/main by this push:
       new  0d991802c Fix nonBrowser default on RemoteUserInternal flow.
0d991802c is described below

commit 0d991802c4352da6f93f2a01bbbdd0df0840c7c4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 14 14:49:05 2020 -0400

    Fix nonBrowser default on RemoteUserInternal flow.
---
 .../src/main/resources/net/shibboleth/idp/conf/authn-system.xml         | 2 +-
 idp-conf/src/main/resources/conf/authn/authn.properties                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
index 63fa923f4..dd829bc13 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
@@ -138,7 +138,7 @@
     
     <bean p:id="authn/RemoteUserInternal" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.RemoteUserInternal.order:1000}"
-            p:nonBrowserSupported="%{idp.authn.RemoteUserInternal.nonBrowserSupported:false}"
+            p:nonBrowserSupported="%{idp.authn.RemoteUserInternal.nonBrowserSupported:true}"
             p:passiveAuthenticationSupported="%{idp.authn.RemoteUserInternal.passiveAuthenticationSupported:false}"
             p:forcedAuthenticationSupported="%{idp.authn.RemoteUserInternal.forcedAuthenticationSupported:false}"
             p:proxyRestrictionsEnforced="%{idp.authn.RemoteUserInternal.proxyRestrictionsEnforced:%{idp.authn.enforceProxyRestrictions:true}}"
diff --git a/idp-conf/src/main/resources/conf/authn/authn.properties b/idp-conf/src/main/resources/conf/authn/authn.properties
index a3a22cccf..f5f6f451f 100644
--- a/idp-conf/src/main/resources/conf/authn/authn.properties
+++ b/idp-conf/src/main/resources/conf/authn/authn.properties
@@ -94,7 +94,7 @@ idp.authn.External.externalAuthnPath = contextRelative:external.jsp
 #### RemoteUserInternal ####
 
 #idp.authn.RemoteUserInternal.order = 1000
-#idp.authn.RemoteUserInternal.nonBrowserSupported = false
+#idp.authn.RemoteUserInternal.nonBrowserSupported = true
 # Unset in most cases only if using the authnMethodHeader feature
 #idp.authn.RemoteUserInternal.addDefaultPrincipals = true
 #idp.authn.RemoteUserInternal.checkRemoteUser = true

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


More information about the commits mailing list