[java-idp-oidc] branch main updated: Add a deprecated/dead property warning bean.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 2 14:38:48 UTC 2023
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=d442d8eb1fbb16f5d57fbb71d2ac2335184917ef
The following commit(s) were added to refs/heads/main by this push:
new d442d8eb Add a deprecated/dead property warning bean.
d442d8eb is described below
commit d442d8eb1fbb16f5d57fbb71d2ac2335184917ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 10:38:45 2023 -0400
Add a deprecated/dead property warning bean.
---
.../resources/META-INF/net.shibboleth.idp/postconfig.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 80f272ba..9eb9c27d 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -11,6 +11,19 @@
<!-- System beans needed for extension to function, loaded after global.xml -->
+ <bean class="net.shibboleth.idp.spring.DeprecatedPropertyBean">
+ <property name="deprecatedProperties">
+ <map>
+ <entry key="idp.oidc.refreshToken.defaultLifetime" value="idp.oidc.refreshToken.defaultTimeout" />
+ </map>
+ </property>
+ <property name="deadProperties">
+ <list>
+ <value>idp.oidc.ResponseHeaderFilter</value>
+ </list>
+ </property>
+ </bean>
+
<bean id="shibboleth.JWKCredential" abstract="true"
class="net.shibboleth.oidc.security.credential.BasicJWKCredentialFactoryBean" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list