[java-idp-plugin-oidc-rp] branch main updated: JOIDCRP-34 - Remove nonBrowser authentication flow support

Phil Smart philip.smart at jisc.ac.uk
Mon Jun 5 09:21:18 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=a53496a55408280ff902df4030b2a83c2e0930f8

The following commit(s) were added to refs/heads/main by this push:
     new a53496a  JOIDCRP-34 - Remove nonBrowser authentication flow support
a53496a is described below

commit a53496a55408280ff902df4030b2a83c2e0930f8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 5 10:21:09 2023 +0100

    JOIDCRP-34 - Remove nonBrowser authentication flow support
    
     - By default, set non-browser support to false.
    
    https://shibboleth.atlassian.net/browse/JOIDCRP-34
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 068a651..e55efe6 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -198,7 +198,7 @@
     <!-- The authentication flow descriptor -->
 
     <bean id="authn/OIDCRelyingParty" parent="shibboleth.AuthenticationFlow"
-        p:order="%{idp.authn.oidc.rp.order:1000}" p:nonBrowserSupported="%{idp.authn.oidc.rp.nonBrowserSupported:true}"
+        p:order="%{idp.authn.oidc.rp.order:1000}" p:nonBrowserSupported="%{idp.authn.oidc.rp.nonBrowserSupported:false}"
         p:passiveAuthenticationSupported="%{idp.authn.oidc.rp.passiveAuthenticationSupported:true}"
         p:forcedAuthenticationSupported="%{idp.authn.oidc.rp.forcedAuthenticationSupported:true}"
         p:proxyRestrictionsEnforced="%{idp.authn.oidc.rp.proxyRestrictionsEnforced:%{idp.authn.enforceProxyRestrictions:true}}"

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


More information about the commits mailing list