[java-identity-provider] 07/08: In wiring specify Conditions required by profile.
Brent Putman
putmanb at georgetown.edu
Thu Jan 30 02:17:41 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=59f3660f8c09ff9352924d7d862436d57cbc1e3a
commit 59f3660f8c09ff9352924d7d862436d57cbc1e3a
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 29 23:12:07 2020 -0500
In wiring specify Conditions required by profile.
---
idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
index 1f9cff2..690c8bd 100644
--- a/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/saml-authn-beans.xml
@@ -346,6 +346,11 @@
</constructor-arg>
</bean>
</property>
+ <property name="requiredConditions">
+ <set>
+ <util:constant static-field="org.opensaml.saml.saml2.core.AudienceRestriction.DEFAULT_ELEMENT_NAME" />
+ </set>
+ </property>
<property name="inResponseToRequired" value="true" />
<property name="recipientRequired" value="true" />
<property name="notOnOrAfterRequired" value="true" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list