[java-identity-provider] branch main updated: Missed some p:id fixes in the login flows.

Scott Cantor cantor.2 at osu.edu
Tue Nov 3 15:38:48 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=ccaf9537a5a21334b48870ae242d2d1b765859d4

The following commit(s) were added to refs/heads/main by this push:
       new  ccaf9537a Missed some p:id fixes in the login flows.
ccaf9537a is described below

commit ccaf9537a5a21334b48870ae242d2d1b765859d4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 3 10:38:45 2020 -0500

    Missed some p:id fixes in the login flows.
---
 .../main/resources/net/shibboleth/idp/conf/authn-system.xml    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 0567bb8e0..5033c01b8 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
@@ -168,7 +168,7 @@
         </property>
     </bean>
             
-    <bean id="authn/SPNEGO" parent="shibboleth.AuthenticationFlow"
+    <bean p:id="authn/SPNEGO" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.SPNEGO.order:1000}"
             p:nonBrowserSupported="%{idp.authn.SPNEGO.nonBrowserSupported:false}"
             p:passiveAuthenticationSupported="%{idp.authn.SPNEGO.passiveAuthenticationSupported:false}"
@@ -186,7 +186,7 @@
         </property>
     </bean>
 
-    <bean id="authn/X509" parent="shibboleth.AuthenticationFlow"
+    <bean p:id="authn/X509" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.X509.order:1000}"
             p:nonBrowserSupported="%{idp.authn.X509.nonBrowserSupported:false}"
             p:passiveAuthenticationSupported="%{idp.authn.X509.passiveAuthenticationSupported:false}"
@@ -204,7 +204,7 @@
         </property>
     </bean>
 
-    <bean id="authn/X509Internal" parent="shibboleth.AuthenticationFlow"
+    <bean p:id="authn/X509Internal" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.X509Internal.order:1000}"
             p:nonBrowserSupported="%{idp.authn.X509Internal.nonBrowserSupported:false}"
             p:passiveAuthenticationSupported="%{idp.authn.X509Internal.passiveAuthenticationSupported:false}"
@@ -222,7 +222,7 @@
         </property>
     </bean>
 
-    <bean id="authn/Duo" parent="shibboleth.AuthenticationFlow"
+    <bean p:id="authn/Duo" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.Duo.order:1000}"
             p:nonBrowserSupported="%{idp.authn.Duo.nonBrowserSupported:false}"
             p:passiveAuthenticationSupported="%{idp.authn.Duo.passiveAuthenticationSupported:false}"
@@ -240,7 +240,7 @@
         </property>
     </bean>
 
-    <bean id="authn/MFA" parent="shibboleth.AuthenticationFlow"
+    <bean p:id="authn/MFA" parent="shibboleth.AuthenticationFlow"
             p:order="%{idp.authn.MFA.order:1000}"
             p:nonBrowserSupported="%{idp.authn.MFA.nonBrowserSupported:true}"
             p:passiveAuthenticationSupported="%{idp.authn.MFA.passiveAuthenticationSupported:true}"

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


More information about the commits mailing list