Description | : Retrieves metadata about the attestation signing keys in use by the attestation service |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "MetadataConfiguration_Get", "Description": { "new": "Retrieves metadata about the attestation signing keys in use by the attestation\nservice", "old": "Retrieves metadata about the attestation signing keys in use by the attestation service" }, "$responses": { "default": { "Description": { "new": "A response containing error details.", "old": "An error response from Attestation." }, "$properties": [ { "#name": "error", "Description": { "new": "The error object.", "old": "An error response from Attestation." }, "Required": { "new": true, "old": false }, "$properties": [ { "#name": "code", "Description": { "new": "One of a server-defined set of error codes.", "old": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically." }, "Required": { "new": true, "old": false } }, { "#name": "message", "Description": { "new": "A human-readable representation of the error.", "old": "A message describing the error, intended to be suitable for displaying in a user interface." }, "Required": { "new": true, "old": false } }, { "@added_81aca927c65b4e1185503cd2ffd4c41b": { "#name": "target", "Description": "The target of the error.", "Required": false, "Type": "string" } }, { "@added_436aa11dd2ae45be97406f3020381868": { "#name": "details", "Description": "An array of details about specific errors that led to this reported error.", "Required": false, "Type": "array", "$items": { "Type": "string" } } }, { "@added_569c6776be8b4ae9a84f799489d3aaa8": { "#name": "innererror", "Description": "An object containing more specific information than the current object about the error.", "Required": false, "Type": "object", "$properties": [ { "#name": "code", "Description": "One of a server-defined set of error codes.", "Required": false, "Type": "string" }, { "#name": "innererror", "Required": false, "Type": "string" } ] } } ] } ] } } }
⚼ Request
GET:
/.well-known/openid-configuration
{
api-version:
string
,
}
⚐ Response (200)
{
response_types_supported:
[
,
string
,
]
id_token_signing_alg_values_supported:
[
,
string
,
]
revocation_endpoint:
string
,
issuer:
string
,
jwks_uri:
string
,
claims_supported:
}
[
,
string
,
]
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}