Skip to content
Registry StackDocsLatest

Evaluate one configured federation profile for a trusted peer

POST
/federation/v1/evaluations
curl --request POST \
--url https://example.com/federation/v1/evaluations \
--header 'Content-Type: application/jwt' \
--data example

Accepts a compact JWS request with typ registry-notary-request+jwt. This route is mounted only when federation is enabled and uses body-JWT authentication instead of API key or bearer authentication.

Media typeapplication/jwt

Compact JWS signed federation evaluation request

string

Compact JWS signed federation evaluation response

Media typeapplication/jwt

Compact JWS with typ registry-notary-response+jwt

string

Invalid federation request

Invalid federation token

Peer, profile, purpose, or requester/target identity path is not allowed

Request replay detected

Request body is too large

Content type is not application/jwt

Source service or peer key service is unavailable