Skip to content

Commit 5198a51

Browse files
authored
Start using trust_mark_id in federation entity configuration JWS (#295)
1 parent 37cba13 commit 5198a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/Federation/EntityStatementController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function configuration(): Response
141141
}
142142

143143
return [
144-
ClaimsEnum::Id->value => $trustMarkEntity->getTrustMarkId(),
144+
ClaimsEnum::TrustMarkId->value => $trustMarkEntity->getTrustMarkId(),
145145
ClaimsEnum::TrustMark->value => $token,
146146
];
147147
}, $trustMarkTokens);

0 commit comments

Comments
 (0)