[java-idp-oidc] branch main updated: JOIDC-138 - Provide temporary method for other plugins to inject relying-party beans
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Nov 24 11:48:54 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=85a7535fd20ef349359fdeaf60e3308a9b199b9c
The following commit(s) were added to refs/heads/main by this push:
new 85a7535f JOIDC-138 - Provide temporary method for other plugins to inject relying-party beans
85a7535f is described below
commit 85a7535fd20ef349359fdeaf60e3308a9b199b9c
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Nov 24 13:48:24 2022 +0200
JOIDC-138 - Provide temporary method for other plugins to inject relying-party beans
https://shibboleth.atlassian.net/browse/JOIDC-138
---
.../net/shibboleth/idp/service/relying-party/postconfig.xml | 6 ++++++
1 file changed, 6 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 fc1e5e10..b40ce44f 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
@@ -941,4 +941,10 @@
<!-- PRC given to the apply-method can be null as the default function doesn't exploit that -->
</bean>
+ <!-- Temporary import for plugins extending OP plugin before IdP V4.3
+ - https://shibboleth.atlassian.net/browse/JOIDC-138
+ - https://shibboleth.atlassian.net/browse/JSE-51
+ -->
+ <import resource="classpath*:/META-INF/net/shibboleth/idp/service/relying-party/oidc/**/postconfig.xml" />
+
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list