Skip to main content
Version: Next

TrustedAuthoritiesQuery

typestringrequired

Type of trusted authority mechanism

Possible values: [aki, etsi_tl, openid_federation]

Example: openid_federation
valuesstring[]required

Array of trusted authority identifiers

Example: ["https://trustanchor.example.com"]
TrustedAuthoritiesQuery
{
"type": "openid_federation",
"values": [
"https://trustanchor.example.com"
]
}