[java-plugin-shibd-oidc] branch main updated: Add missing jsonproperty for clientId
Codeberg
noreply at shibboleth.net
Fri Feb 6 13:51:10 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/e9bf273cb4e91ce1967f721adbf0a4ef86387914
The following commit(s) were added to refs/heads/main by this push:
new e9bf273 Add missing jsonproperty for clientId
e9bf273 is described below
commit e9bf273cb4e91ce1967f721adbf0a4ef86387914
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 6 13:51:01 2026 +0000
Add missing jsonproperty for clientId
---
.../net/shibboleth/sp/oidc/profile/AuthenticationRequestStateData.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/profile/AuthenticationRequestStateData.java b/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/profile/AuthenticationRequestStateData.java
index d61f210..bc1235f 100644
--- a/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/profile/AuthenticationRequestStateData.java
+++ b/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/profile/AuthenticationRequestStateData.java
@@ -96,6 +96,7 @@ public class AuthenticationRequestStateData {
*
* @return the client ID.
*/
+ @JsonProperty("client_id")
@Nullable public String getClientId() {
return clientId;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list