[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 16:31:31 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=40a5bfc6e5a3f4abffa6410e7cc35e9a76c2cf1b
The following commit(s) were added to refs/heads/master by this push:
new 40a5bfc IDP-1542 - Admin flows missing transoder registry for attribute resolution
40a5bfc is described below
commit 40a5bfc6e5a3f4abffa6410e7cc35e9a76c2cf1b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 5 16:31:22 2020 -0500
IDP-1542 - Admin flows missing transoder registry for attribute
resolution
https://issues.shibboleth.net/jira/browse/IDP-1542
Additional missing properties.
---
.../src/main/resources/system/flows/admin/resolvertest-beans.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/idp-conf/src/main/resources/system/flows/admin/resolvertest-beans.xml b/idp-conf/src/main/resources/system/flows/admin/resolvertest-beans.xml
index 15e8007..4d01749 100644
--- a/idp-conf/src/main/resources/system/flows/admin/resolvertest-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/admin/resolvertest-beans.xml
@@ -134,7 +134,8 @@
class="net.shibboleth.idp.saml.profile.impl.InitializeOutboundMessageContext" scope="prototype" />
<bean id="AddSAML1AttributeStatementToAssertion"
- class="net.shibboleth.idp.saml.saml1.profile.impl.AddAttributeStatementToAssertion" scope="prototype">
+ class="net.shibboleth.idp.saml.saml1.profile.impl.AddAttributeStatementToAssertion" scope="prototype"
+ p:transcoderRegistry-ref="shibboleth.AttributeRegistryService">
<property name="identifierGeneratorLookupStrategy">
<bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
@@ -158,7 +159,8 @@
</bean>
<bean id="AddSAML2AttributeStatementToAssertion"
- class="net.shibboleth.idp.saml.saml2.profile.impl.AddAttributeStatementToAssertion" scope="prototype">
+ class="net.shibboleth.idp.saml.saml2.profile.impl.AddAttributeStatementToAssertion" scope="prototype"
+ p:transcoderRegistry-ref="shibboleth.AttributeRegistryService">
<property name="identifierGeneratorLookupStrategy">
<bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list