[java-idp-plugin-oidc-op-oidfed] branch main updated: Add missing 'federation_' prefix to the 'trust_mark_endpoint'.
Codeberg
noreply at shibboleth.net
Mon Aug 24 16:26:08 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/113c98574c3c5afc783abd6fedd15c1ce8766c41
The following commit(s) were added to refs/heads/main by this push:
new 113c985 Add missing 'federation_' prefix to the 'trust_mark_endpoint'.
113c985 is described below
commit 113c98574c3c5afc783abd6fedd15c1ce8766c41
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Aug 24 19:25:47 2026 +0300
Add missing 'federation_' prefix to the 'trust_mark_endpoint'.
---
.../plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
index a893d72..261bef5 100644
--- a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
+++ b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
@@ -317,7 +317,7 @@ public class AbstractFederationFlowTest extends AbstractOidcFlowTest {
.claim("jwks", new JWKSet(trustMarkIssuerKey).toJSONObject(true))
.claim("authority_hints", authorityHints == null || authorityHints.length == 0 ?
new String[] { anchorId } : authorityHints)
- .claim("metadata", Map.of("federation_entity", Map.of("trust_mark_endpoint",
+ .claim("metadata", Map.of("federation_entity", Map.of("federation_trust_mark_endpoint",
trustMarkEndpoint, "federation_trust_mark_status_endpoint", trustMarkStatusEndpoint)))
.build();
final EntityStatement<?> rpConfiguration =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list