[java-oidc-common] branch main updated: Included ES* algorithms to the set of default signature algorithms.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 3 11:49:39 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=cb9854b5b99e63acace942f6ec09dc27f81e6bdb
The following commit(s) were added to refs/heads/main by this push:
new cb9854b Included ES* algorithms to the set of default signature algorithms.
cb9854b is described below
commit cb9854b5b99e63acace942f6ec09dc27f81e6bdb
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 3 13:48:49 2023 +0200
Included ES* algorithms to the set of default signature algorithms.
Also removed other of the duplicate RSA-OAEP declarations for the encryption
algorithms.
---
.../net/shibboleth/idp/service/relying-party/postconfig.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index edb0aa2..289de0f 100644
--- a/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidc-common-profile-api/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -164,6 +164,12 @@
static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_HS_384" />
<util:constant
static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_HS_512" />
+ <util:constant
+ static-field="net.shibboleth.oidc.jwa.support.SignatureConstants.ALGO_ID_SIGNATURE_ES_256" />
+ <util:constant
+ 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" />
</list>
</property>
</bean>
@@ -173,8 +179,6 @@
p:contentEncryptionKeyCredentialResolver-ref="defaultOIDCContentEncryptionKeyCredentialResolver">
<property name="keyTransportEncryptionAlgorithms">
<list>
- <util:constant
- static-field="net.shibboleth.oidc.jwa.support.KeyManagementConstants.ALGO_ID_ALG_RSA_OAEP" />
<util:constant
static-field="net.shibboleth.oidc.jwa.support.KeyManagementConstants.ALGO_ID_ALG_RSA_1_5" />
<util:constant
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list