[java-idp-oidc] branch main updated: JOIDC-164 - Eliminate custom filter in favor of IdP header support

Henri Mikkonen henri.mikkonen at iki.fi
Fri Sep 8 08:09:03 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-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
     new 9161e409 JOIDC-164 - Eliminate custom filter in favor of IdP  header support
9161e409 is described below

commit 9161e409dc1323bd9dba1c3839dbce8175e19327
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Sep 8 11:08:29 2023 +0300

    JOIDC-164 - Eliminate custom filter in favor of IdP  header support
    
    https://shibboleth.atlassian.net/browse/JOIDC-164
    
    Removed the dead property from oidc.properties
---
 .../resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
index e9441cba..fec6e776 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
@@ -105,10 +105,6 @@ idp.oidc.subject.salt = this_too_should_be_ch4ng3d
 #idp.oidc.config.minRefreshDelay = PT5M
 #idp.oidc.config.maxRefreshDelay = PT4H
 
-# Bean to configure additional response headers: none is added by default, but e.g. shibboleth.ResponseHeaderFilter
-# contains headers further configurable via other properties such as 'idp.hsts', 'idp.frameoptions' and 'idp.csp'.
-#idp.oidc.ResponseHeaderFilter = shibboleth.ResponseHeaderFilter
-
 # Bean used for extracting login_hint from the authentication request. The default function parses login_hint as is.
 #idp.oidc.LoginHintLookupStrategy = DefaultRequestLoginHintLookupFunction
 

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


More information about the commits mailing list