From b4d71ffd94f353eef28a516e56322b7edee6e7c3 Mon Sep 17 00:00:00 2001 From: Marko Ivancic Date: Thu, 13 Mar 2025 10:04:28 +0100 Subject: [PATCH] Start using trust_mark_id in federation entity configuration JWS --- src/Controllers/Federation/EntityStatementController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/Federation/EntityStatementController.php b/src/Controllers/Federation/EntityStatementController.php index 44021bf7..d67e413e 100644 --- a/src/Controllers/Federation/EntityStatementController.php +++ b/src/Controllers/Federation/EntityStatementController.php @@ -141,7 +141,7 @@ public function configuration(): Response } return [ - ClaimsEnum::Id->value => $trustMarkEntity->getTrustMarkId(), + ClaimsEnum::TrustMarkId->value => $trustMarkEntity->getTrustMarkId(), ClaimsEnum::TrustMark->value => $token, ]; }, $trustMarkTokens);