[java-idp-oidc] branch main updated: Exploit the 'idp.oidc.dynreg.StorageService' property in the example storage resolver.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Apr 1 13:20:44 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=5925e432e4a827dad4c2e12bc75ecc0acd530f97
The following commit(s) were added to refs/heads/main by this push:
new 5925e432 Exploit the 'idp.oidc.dynreg.StorageService' property in the example storage resolver.
5925e432 is described below
commit 5925e432e4a827dad4c2e12bc75ecc0acd530f97
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 1 16:20:04 2022 +0300
Exploit the 'idp.oidc.dynreg.StorageService' property in the example storage resolver.
---
.../shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
index ec066f82..cc8aa14c 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-clientinfo-resolvers.xml
@@ -30,6 +30,6 @@
-->
<bean id="ExampleStorageClientInformationResolver" parent="shibboleth.oidc.StorageClientInformationResolver"
- p:storageService-ref="shibboleth.StorageService" />
+ p:storageService-ref="#{'%{idp.oidc.dynreg.StorageService:shibboleth.StorageService}'.trim()}" />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list