[java-idp-plugin-vci] 01/02: New event id indicating invalid credential.
Codeberg
noreply at shibboleth.net
Mon Jan 5 12:20:11 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/W3CCred
in repository java-idp-plugin-vci.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/d99d80619d67cc3d7007a00522ca63c86f4a0352
commit d99d80619d67cc3d7007a00522ca63c86f4a0352
Author: jlauros <janne.lauros at csc.fi>
AuthorDate: Mon Jan 5 13:27:16 2026 +0200
New event id indicating invalid credential.
---
.../plugin/openidvci/profile/OpenIDVCIEventIds.java | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/openid-vci-api/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/OpenIDVCIEventIds.java b/openid-vci-api/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/OpenIDVCIEventIds.java
index a525d73..d6e564f 100644
--- a/openid-vci-api/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/OpenIDVCIEventIds.java
+++ b/openid-vci-api/src/main/java/org/geant/shibboleth/plugin/openidvci/profile/OpenIDVCIEventIds.java
@@ -56,7 +56,7 @@ public final class OpenIDVCIEventIds {
@Nonnull
@NotEmpty
public static final String NO_CREDENTIALS_REQUEST = "NoCredentialsRequest";
-
+
/**
* ID of event returned if there are credentials to offer for request.
*/
@@ -64,6 +64,13 @@ public final class OpenIDVCIEventIds {
@NotEmpty
public static final String NO_CREDENTIALS_FOR_REQUEST = "NoCredentialsForRequest";
+ /**
+ * Parsing of credential failed.
+ */
+ @Nonnull
+ @NotEmpty
+ public static final String INVALID_CREDENTIAL = "InvalidCredential";
+
/**
* ID of event returned if there proof type is not supported.
*/
@@ -77,7 +84,7 @@ public final class OpenIDVCIEventIds {
@Nonnull
@NotEmpty
public static final String INVALID_PROOF = "InvalidProof";
-
+
/**
* Tx code validation failed.
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list