[java-identity-provider] 02/03: Add missing logging label in action.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 14 16:51:17 UTC 2022
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=961681554fcc3f275c573bb38138acb614c6f311
commit 961681554fcc3f275c573bb38138acb614c6f311
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 14 12:47:04 2022 -0400
Add missing logging label in action.
---
.../net/shibboleth/idp/flows/saml/saml1/attribute-query-beans.xml | 3 ++-
.../net/shibboleth/idp/flows/saml/saml2/attribute-query-beans.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml1/attribute-query-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml1/attribute-query-beans.xml
index dd40ceaa3..e52a9871c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml1/attribute-query-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml1/attribute-query-beans.xml
@@ -72,7 +72,8 @@
<bean id="PopulateConsentInterceptContext"
class="net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext" scope="prototype"
- p:availableFlows="#{@'shibboleth.ProfileInterceptorFlowDescriptorManager'.getComponents()}">
+ p:availableFlows="#{@'shibboleth.ProfileInterceptorFlowDescriptorManager'.getComponents()}"
+ p:loggingLabel="backchannel">
<property name="activeFlowsLookupStrategy">
<bean parent="shibboleth.Functions.Constant" c:target="#{ {'attribute-release-query' } }" />
</property>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/attribute-query-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/attribute-query-beans.xml
index 16b607626..96ce81b84 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/attribute-query-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/attribute-query-beans.xml
@@ -77,7 +77,8 @@
<bean id="PopulateConsentInterceptContext"
class="net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext" scope="prototype"
- p:availableFlows="#{@'shibboleth.ProfileInterceptorFlowDescriptorManager'.getComponents()}">
+ p:availableFlows="#{@'shibboleth.ProfileInterceptorFlowDescriptorManager'.getComponents()}"
+ p:loggingLabel="backchannel">
<property name="activeFlowsLookupStrategy">
<bean parent="shibboleth.Functions.Constant" c:target="#{ {'attribute-release-query' } }" />
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list