[java-idp-oidc] branch main updated: Corrected the names for two MDDriven properties.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Mar 5 11:50:58 UTC 2021
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3303916de2faec118da40418457d2c00b27b42cc
The following commit(s) were added to refs/heads/main by this push:
new 3303916d Corrected the names for two MDDriven properties.
3303916d is described below
commit 3303916de2faec118da40418457d2c00b27b42cc
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Mar 5 13:50:53 2021 +0200
Corrected the names for two MDDriven properties.
---
.../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index 8b7005e1..7642ea39 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -198,7 +198,7 @@
</bean>
</property>
<property name="alwaysIncludedAttributesLookupStrategy">
- <bean parent="shibboleth.MDDrivenSetProperty" p:propertyName="encodedAttributes">
+ <bean parent="shibboleth.MDDrivenSetProperty" p:propertyName="alwaysIncludedAttributes">
<property name="defaultValue">
<bean parent="shibboleth.CommaDelimStringArray">
<constructor-arg type="java.lang.String" value="%{idp.oidc.alwaysIncludedAttributes:}" />
@@ -207,7 +207,7 @@
</bean>
</property>
<property name="deniedUserInfoAttributesLookupStrategy">
- <bean parent="shibboleth.MDDrivenSetProperty" p:propertyName="encodedAttributes">
+ <bean parent="shibboleth.MDDrivenSetProperty" p:propertyName="deniedUserInfoAttributes">
<property name="defaultValue">
<bean parent="shibboleth.CommaDelimStringArray">
<constructor-arg type="java.lang.String" value="%{idp.oidc.deniedUserInfoAttributes:}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list