Skip to content

Example Trust Chain Header does not begin with an Entity Configuration #317

@Mawdie

Description

@Mawdie

Hi,

According to Section 4.1 the beginning of a trust chain is an entity configuration, which is an entity statement where the iss and sub are identical (See Section 3.1).

This is not the case for the first entry of the trust chain in the example of Figure 6 with this decoded payload:

{
"valid": false,
"payload": {
"metadata": {
"openid_credential_issuer": { ... },
"federation_entity": { ... }
},
"authority_hints": [
"https://intermediate.eidas.example.org"
],
"jwks": { ... },
"sub": "https://credential_issuer.example.org",
"iss": "https://intermediate.eidas.example.org",
"iat": 1758527818,
"exp": 1758827818
},
"header": { ... }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions