[java-idp-plugin-oidc-config] branch main updated: Included 3 dead properties.

Henri Mikkonen henri.mikkonen at iki.fi
Thu May 4 15:03:00 UTC 2023


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

hjmikkon pushed a commit to branch main
in repository java-idp-plugin-oidc-config.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=ebe002afe04aa889351945db2c8ed6379b16f01e

The following commit(s) were added to refs/heads/main by this push:
     new ebe002a  Included 3 dead properties.
ebe002a is described below

commit ebe002afe04aa889351945db2c8ed6379b16f01e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu May 4 18:01:32 2023 +0300

    Included 3 dead properties.
    
    It doesn't make sense to wire the properties idp.oidc.tevalid.config, idp.oidc.rovalid.config
    and idp.oidc.rodecrypt.config to the new security configuration.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/oidc-config-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/oidc-config-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 4ecac14..f2163ba 100644
--- a/oidc-config-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/oidc-config-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -33,8 +33,11 @@
         </property>
         <property name="deadProperties">
             <list>
+                <value>idp.oidc.tevalid.config</value>
+                <value>idp.oidc.rovalid.config</value>
+                <value>idp.oidc.rodecrypt.config</value>
             </list>
         </property>
     </bean>
 
-</beans>
\ No newline at end of file
+</beans>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list