Trust Anchor (TA) and Intermediate (SA) Metadata¶
A TA and a SA MUST publish in the EC a Metadata of type federation_entity, as reported in the following example:
{
"metadata":{
"federation_entity":{
...
}
}
}
The EC of a TA and a SA MUST configure a Metadata of type "federation_entity" and contain at least the following mandatory parameters:
Claim |
Description |
Supported by |
---|---|---|
organization_name |
See OIDC-FED Section 4.8 |
|
homepage_uri |
See OIDC-FED Section 4.8 |
|
policy_uri |
See OIDC-FED Section 4.8 |
|
logo_uri |
URL of the entity's logo; it MUST be in SVG format. See OIDC-FED Section 4.8 |
|
contacts |
Institutional certified email address (PEC) of the entity. See OIDC-FED Section 4.8 |
|
federation_fetch_endpoint |
See Section Federation Endpoint and OIDC-FED Section 4.8. |
|
federation_list_endpoint |
See Section Federation Endpoint and OIDC-FED Section 4.8. |
|
federation_trust_mark_status_endpoint |
See Section Federation Endpoint and OIDC-FED Section 4.8. |
|
federation_resolve_endpoint |
See Section Federation Endpoint and OIDC-FED Section 4.8. |