Open Sakurann opened 1 year ago
federation trust_chain bring the verifier metadata in the trust attestation, and the federation_entity metadata defines a standard scheme for every kind of participant, this is here
https://openid.net/specs/openid-connect-federation-1_0.html#section-4.7
now that client_metadata has been improved in oid4vp, we should add it back
I left it out in the first pass. any protocol-related parameter that can be passed in the client_metadata like
subject_syntax_types_supported
is hard-coded in the profile. if there is a need to verifier related metadata likelogo_url
,client_name
, etc. we should add it back