全部產品
Search
文件中心

Identity as a Service:ExecIdentityProviderMetadataUrlResolution - 解析IdP Metadata資訊

更新時間:Feb 04, 2026

解析IdP Metadata資訊。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求參數

名稱

類型

必填

描述

樣本值

InstanceId

string

執行個體 ID。

idaas_ue2jvisn35ea5lmthk267xxxxx

OidcIssuer

string

OIDC Issuer 地址。

https://login.example.com/.well-known/openid-configuration

NetworkAccessEndpointId

string

網路端點 ID。

inae_public

IdentityProviderId

string

IDaaS 的身份提供方 ID。

idp_mwpcwnhrimlr2horxXXXX

返回參數

名稱

類型

描述

樣本值

object

RequestId

string

請求 ID。

0441BD79-92F3-53AA-8657-F8CE4A2B912A

IdentityProviderMetadata

object

身份提供方的 Meta 資訊。

OidcOpenIdConfiguration

object

OIDC IdP 的 Meta 資訊。

Issuer

string

OIDC issuer 資訊。

https://demo.com/fe974231-3454-4b70-9326-70fb71e41bce/v2.0/

AuthorizationEndpoint

string

oAuth2 授權端點。

https://demo.com/oauth2/default/v1/authorize

JwksUri

string

OIDC jwks 地址。

https://demo.com/oauth2/v1/keys

TokenEndpoint

string

oAuth2 Token 端點。

https://demo.com/api/bff/v1.2/developer/oidc/token

UserinfoEndpoint

string

OIDC 使用者資訊端點。

https://demo.com/api/bff/v1.2/developer/oidc/userinfo

樣本

正常返回樣本

JSON格式

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "IdentityProviderMetadata": {
    "OidcOpenIdConfiguration": {
      "Issuer": "https://demo.com/fe974231-3454-4b70-9326-70fb71e41bce/v2.0/",
      "AuthorizationEndpoint": "https://demo.com/oauth2/default/v1/authorize",
      "JwksUri": "https://demo.com/oauth2/v1/keys",
      "TokenEndpoint": "https://demo.com/api/bff/v1.2/developer/oidc/token",
      "UserinfoEndpoint": "https://demo.com/api/bff/v1.2/developer/oidc/userinfo"
    }
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情