[java-oidc-common] branch main updated: Added event id for missing mandatory request object.
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Apr 6 14:46:27 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=b11f80a9e8d63e3f1eeee77bfa0c45a8cbb76cfa
The following commit(s) were added to refs/heads/main by this push:
new b11f80a Added event id for missing mandatory request object.
b11f80a is described below
commit b11f80a9e8d63e3f1eeee77bfa0c45a8cbb76cfa
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Apr 6 17:46:20 2023 +0300
Added event id for missing mandatory request object.
---
.../src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
index a3460cb..1d82226 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/core/OidcEventIds.java
@@ -76,6 +76,11 @@ public final class OidcEventIds {
* The request uri is invalid.
*/
@Nonnull @NotEmpty public static final String INVALID_REQUEST_URI = "InvalidRequestUri";
+
+ /**
+ * The request object or uri is missing in request, even though it's mandatory.
+ */
+ @Nonnull @NotEmpty public static final String MISSING_MANDATORY_REQUEST_OBJECT = "MissingMandatoryRequestObject";
/**
* The revocation attempt failed.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list