[java-idp-plugin-oidc-config] branch main updated: JCOMOIDC-64 - Support for the PS-* signature algorithms
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Feb 20 15:24:52 UTC 2023
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=1f7c2318d63d16f7222fb942ce04f8bd183c4bfc
The following commit(s) were added to refs/heads/main by this push:
new 1f7c231 JCOMOIDC-64 - Support for the PS-* signature algorithms
1f7c231 is described below
commit 1f7c2318d63d16f7222fb942ce04f8bd183c4bfc
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Feb 20 17:23:49 2023 +0200
JCOMOIDC-64 - Support for the PS-* signature algorithms
https://shibboleth.atlassian.net/browse/JCOMOIDC-64
Included PS256, PS384 and PS512 in the default signature signing/validation configuration.
---
.../net/shibboleth/idp/service/relying-party/postconfig.xml | 6 ++++++
1 file changed, 6 insertions(+)
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 07ae717..400eabe 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
@@ -169,6 +169,12 @@
static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_ES_384" />
<util:constant
static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_ES_512" />
+ <util:constant
+ static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_PS_256" />
+ <util:constant
+ static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_PS_384" />
+ <util:constant
+ static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_PS_512" />
</list>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list