Metadata Configuration - Get

Azure Attestation サービスの OpenID 構成データを取得します
構成証明サービスで使用されている構成証明署名キーに関するメタデータを取得します

GET {instanceUrl}/.well-known/openid-configuration

URI パラメーター

名前 / 必須 説明
instanceUrl
path True

string

構成証明インスタンスのベース URI (例: https://mytenant.attest.azure.net)。

応答

名前 説明
200 OK

OpenIDConfigurationResponse

Success

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答

Get OpenID Metadata

Sample Request

GET https://instance.attest.azure.net/.well-known/openid-configuration

Sample Response

{
  "response_types_supported": [
    "token",
    "none"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "revocation_endpoint": "https://mytest.attest.azure.net/revoke",
  "jwks_uri": "https://mytest.attest.azure.net/certs",
  "claims_supported": [
    "is-debuggable",
    "sgx-mrsigner",
    "sgx-mrenclave",
    "product-id",
    "svn",
    "tee",
    "device_id",
    "component_0_id",
    "expected_components"
  ]
}

定義

名前 説明
CloudError

構成証明からのエラー応答。

CloudErrorBody

構成証明からのエラー応答。

OpenIDConfigurationResponse

OpenID メタデータ記述ドキュメント API への応答

CloudError

構成証明からのエラー応答。

名前 説明
error

CloudErrorBody

構成証明からのエラー応答。

CloudErrorBody

構成証明からのエラー応答。

名前 説明
code

string

エラーの識別子。 コードは不変であり、プログラムによって使用されることを意図しています。

message

string

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

OpenIDConfigurationResponse

OpenID メタデータ記述ドキュメント API への応答

名前 説明
claims_supported

string[]

OpenID メタデータ エンドポイントでサポートされるクレームのセット

id_token_signing_alg_values_supported

string[]

サポートされている署名アルゴリズムの一覧

issuer

string

発行者テナントのベース エンドポイント

jwks_uri

string

署名キーを取得する URI

response_types_supported

string[]

OpenID メタデータ API でサポートされる型

revocation_endpoint

string

失効エンドポイント