[java-idp-oidc] branch main updated: Fix another misnamed property.

Scott Cantor cantor.2 at osu.edu
Fri Mar 5 14:45:53 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor 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=3a24ba24da241ae19e82e17e620a150c29abf266

The following commit(s) were added to refs/heads/main by this push:
       new  3a24ba24  Fix another misnamed property.
3a24ba24 is described below

commit 3a24ba24da241ae19e82e17e620a150c29abf266
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 5 09:45:50 2021 -0500

    Fix another misnamed property.
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7642ea39..6ff09290 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
@@ -220,7 +220,7 @@
     <bean id="OIDC.UserInfo.MDDriven" parent="AbstractMDDrivenOIDCProfile" lazy-init="true"
             class="net.shibboleth.idp.plugin.oidc.op.config.OIDCUserInfoConfiguration">
         <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