[java-idp-oidc] branch main updated: JOIDC-135 - Enable metadata-lookup flow inheritance by other plugins

Henri Mikkonen henri.mikkonen at iki.fi
Wed Nov 16 17:12:56 UTC 2022


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=1cc165b05679ab29113a52961a3b46ec05e054e3

The following commit(s) were added to refs/heads/main by this push:
     new 1cc165b0 JOIDC-135 - Enable metadata-lookup flow inheritance by other plugins
1cc165b0 is described below

commit 1cc165b05679ab29113a52961a3b46ec05e054e3
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Nov 16 19:12:15 2022 +0200

    JOIDC-135 - Enable metadata-lookup flow inheritance by other plugins
    
    https://shibboleth.atlassian.net/browse/JOIDC-135
---
 .../idp/flows/oidc/metadata-lookup/metadata-lookup-flow.xml       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-flow.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-flow.xml
index 5e00e3f5..8bc93f80 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-flow.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-flow.xml
@@ -39,7 +39,7 @@
         <evaluate expression="'proceed'" />
         <transition on="proceed" to="SelectConfiguration" />
     </action-state>
-    
-    <bean-import resource="../../oidc/metadata-lookup/metadata-lookup-beans.xml" />
-        
-</flow>
\ No newline at end of file
+
+    <bean-import resource="classpath:/META-INF/net/shibboleth/idp/flows/oidc/metadata-lookup/metadata-lookup-beans.xml" />
+
+</flow>

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


More information about the commits mailing list