[java-idp-plugin-oidc-config] branch main updated: JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
Henri Mikkonen
henri.mikkonen at iki.fi
Wed May 22 12:34:45 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=96aa631f13df1ffdae6ae93f34a53bfb2815de80
The following commit(s) were added to refs/heads/main by this push:
new 96aa631 JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
96aa631 is described below
commit 96aa631f13df1ffdae6ae93f34a53bfb2815de80
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed May 22 15:33:55 2024 +0300
JCOMOIDC-112 - Profile configuration settings for OAuth2 DPoP
https://shibboleth.atlassian.net/browse/JCOMOIDC-112
dpopProofNonceGenerator defaults to DefaultOAuth2DPoPNonceGenerator
- not existing here but is nullable
---
.../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml | 3 ++-
1 file changed, 2 insertions(+), 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 fd217fe..d6b7299 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
@@ -55,7 +55,8 @@
p:clientCredential="#{%{idp.authn.oidc.rp.provider.discoveryRequired:false} == true ? {null} : getObject('shibboleth.authn.oidc.rp.DefaultCredential')}"
p:unregisteredClientPolicy="#{getObject('shibboleth.oidc.DefaultUnregisteredClientPolicy')}"
p:dpopProofClaimsValidator="#{getObject('DefaultDPoPProofClaimsValidator')}"
- p:dpopProofSignatureValidationConfiguration="#{getObject('DPoPSignatureValidationConfiguration')}" />
+ p:dpopProofSignatureValidationConfiguration="#{getObject('DPoPSignatureValidationConfiguration')}"
+ p:dpopProofNonceGenerator-ref="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