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

Henri Mikkonen henri.mikkonen at iki.fi
Mon Oct 21 16:05:08 UTC 2024


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=871bd594a07c3f37a8739de9da97eed2385c39c6

commit 871bd594a07c3f37a8739de9da97eed2385c39c6
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 20b23060..432cf2e4 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
@@ -311,6 +311,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