[java-identity-provider] branch master updated: IDP-1154 - Update MFA example script to populate attributeRecipientId
Scott Cantor
cantor.2 at osu.edu
Tue Mar 27 20:59:20 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor 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=c1959a141c49804aeabe8dac25a210286b66ffc4
The following commit(s) were added to refs/heads/master by this push:
new c1959a1 IDP-1154 - Update MFA example script to populate attributeRecipientId
c1959a1 is described below
commit c1959a141c49804aeabe8dac25a210286b66ffc4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 27 20:59:18 2018 -0400
IDP-1154 - Update MFA example script to populate attributeRecipientId
https://issues.shibboleth.net/jira/browse/IDP-1154
---
idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml b/idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml
index ef3b80e..f1b3918 100644
--- a/idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml
+++ b/idp-conf/src/main/resources/conf/authn/mfa-authn-config.xml
@@ -70,6 +70,8 @@
// Attribute check is required to decide if first factor alone is enough.
resCtx = input.getSubcontext(
"net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext", true);
+ rpCtx = input.getSubcontext("net.shibboleth.idp.profile.context.RelyingPartyContext");
+ resCtx.setAttributeRecipientID(rpCtx.getRelyingPartyId());
// Look up the username using a standard function.
usernameLookupStrategyClass
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list