[java-idp-oidc] branch main updated: Wire the proper event ID when JWE (RO) deryption fails.
Henri Mikkonen
henri.mikkonen at iki.fi
Tue May 2 13:34:32 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-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=378154cc6e36f25262b4fec60cb2b36cefe6f02a
The following commit(s) were added to refs/heads/main by this push:
new 378154cc Wire the proper event ID when JWE (RO) deryption fails.
378154cc is described below
commit 378154cc6e36f25262b4fec60cb2b36cefe6f02a
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue May 2 16:34:15 2023 +0300
Wire the proper event ID when JWE (RO) deryption fails.
---
.../net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
index 99003359..b3096cf6 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/authorize/authorize-beans.xml
@@ -170,6 +170,8 @@
<property name="jwtUpdateStrategy">
<bean class="net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.RequestObjectUpdateStrategy" />
</property>
+ <property name="errorEventId"
+ value="#{T(net.shibboleth.oidc.profile.core.OidcEventIds).INVALID_REQUEST_OBJECT}"/>
<property name="activationCondition">
<ref bean="RequestObjectEncryptedCondition" />
</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list