[java-idp-oidc] 26/35: JOIDC-178 - Allow redirection URI validation via custom function

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 24 14:01:51 UTC 2024


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

hjmikkon pushed a commit to branch dev/JOIDC-222
in repository java-idp-oidc.

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

commit ea3a2a7a08fe572f21e08cf5c8b6f648ee693348
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Oct 21 18:19:40 2024 +0300

    JOIDC-178 - Allow redirection URI validation via custom function
    
    https://shibboleth.atlassian.net/browse/JOIDC-178
    
    Add 'customRedirectUriValidationStrategy' wiring to AbstractMDDrivenOIDCSSOProfile
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml  | 4 ++++
 1 file changed, 4 insertions(+)

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 10841f9e..7d69da3d 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
@@ -317,6 +317,10 @@
                 <constructor-arg value="%{idp.oidc.strictScopeValidation:false}" />
             </bean>
         </property>
+        <property name="customRedirectUriValidationStrategyLookupStrategy">
+            <bean parent="shibboleth.MDDrivenBeanProperty" p:propertyName="customRedirectUriValidationStrategy"
+                p:propertyType="#{T(java.util.function.BiPredicate)}" />
+        </property>
     </bean>
     
     <bean id="OIDC.SSO.MDDriven" parent="AbstractMDDrivenOIDCSSOProfile" lazy-init="true"

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


More information about the commits mailing list