[java-identity-provider] branch master updated: IDP-1542 - Admin flows missing transoder registry for attribute resolution
Scott Cantor
cantor.2 at osu.edu
Wed Feb 5 15:38:10 EST 2020
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=ae5b9bde06a8de422f2e72a4174107c1512de760
The following commit(s) were added to refs/heads/master by this push:
new ae5b9bd IDP-1542 - Admin flows missing transoder registry for attribute resolution
ae5b9bd is described below
commit ae5b9bde06a8de422f2e72a4174107c1512de760
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 5 15:38:07 2020 -0500
IDP-1542 - Admin flows missing transoder registry for attribute
resolution
https://issues.shibboleth.net/jira/browse/IDP-1542
---
idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml b/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml
index 8d06cc6..1f29cf9 100644
--- a/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/admin/admin-abstract-beans.xml
@@ -56,6 +56,7 @@
<bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" scope="prototype"
c:resolverService-ref="shibboleth.AttributeResolverService"
+ p:transcoderRegistry-ref="shibboleth.AttributeRegistryService"
p:maskFailures="%{idp.service.attribute.resolver.maskFailures:true}" />
<bean id="PopulateClientStorageSaveContext"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list