Metadata Configuration - Get

Azure Attestation 서비스에 대한 OpenID 구성 데이터를 검색합니다.
증명 서비스에서 사용 중인 증명 서명 키에 대한 메타데이터를 검색합니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
instanceUrl
path True

string

증명 instance 기본 URI(예https://mytenant.attest.azure.net: )입니다.

응답

Name 형식 Description
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"
  ]
}

정의

Name Description
CloudError

증명의 오류 응답입니다.

CloudErrorBody

증명의 오류 응답입니다.

OpenIDConfigurationResponse

OpenID 메타데이터 설명 문서 API에 대한 응답

CloudError

증명의 오류 응답입니다.

Name 형식 Description
error

CloudErrorBody

증명의 오류 응답입니다.

CloudErrorBody

증명의 오류 응답입니다.

Name 형식 Description
code

string

오류의 식별자입니다. 코드는 고정이며 프로그래밍 방식으로 사용하기 위한 것입니다.

message

string

사용자 인터페이스에 표시하기에 적합한 오류를 설명하는 메시지입니다.

OpenIDConfigurationResponse

OpenID 메타데이터 설명 문서 API에 대한 응답

Name 형식 Description
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

해지 엔드포인트