[java-idp-plugin-oidc-config] branch main updated: JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Aug 29 07:37:07 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-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=3ba9a0e3a1a273c764f853502a7df57456c0edc3
The following commit(s) were added to refs/heads/main by this push:
new 3ba9a0e JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
3ba9a0e is described below
commit 3ba9a0e3a1a273c764f853502a7df57456c0edc3
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Aug 29 10:35:34 2024 +0300
JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
https://shibboleth.atlassian.net/browse/JCOMOIDC-112
Fixed optional wiring to dpopProofNonceGenerator
---
.../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index d6b7299..124a86d 100644
--- a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -56,7 +56,7 @@
p:unregisteredClientPolicy="#{getObject('shibboleth.oidc.DefaultUnregisteredClientPolicy')}"
p:dpopProofClaimsValidator="#{getObject('DefaultDPoPProofClaimsValidator')}"
p:dpopProofSignatureValidationConfiguration="#{getObject('DPoPSignatureValidationConfiguration')}"
- p:dpopProofNonceGenerator-ref="DefaultOAuth2DPoPNonceGenerator" />
+ p:dpopProofNonceGenerator="#{getObject('DefaultOAuth2DPoPNonceGenerator')}" />
<bean id="OIDC.SSO" parent="AbstractOIDCSSOProfile" lazy-init="true"
class="net.shibboleth.oidc.profile.config.impl.DefaultOIDCAuthorizationConfiguration"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list