メインコンテンツへスキップ
GET
/
identity-providers
/
{idp_id}
IDプロバイダーを取得する
curl --request GET \
  --url https://{tenantDomain}/my-org/v1/identity-providers/{idp_id} \
  --header 'Authorization: Bearer <token>'
{
  "access_level": "readonly",
  "assign_membership_on_login": false,
  "attributes": [
    {
      "description": "希望するユーザー名",
      "is_extra": false,
      "is_missing": false,
      "is_required": true,
      "label": "Preferred username",
      "sso_field": [
        "userName"
      ],
      "user_attribute": "preferred_username"
    },
    {
      "is_extra": true,
      "is_missing": false,
      "is_required": true,
      "sso_field": [
        "externalId"
      ],
      "user_attribute": "external_id"
    }
  ],
  "display_name": "OIDC IdP",
  "domains": [
    "mydomain.com"
  ],
  "id": "con_zW1UHutvkVWSWdCC",
  "is_enabled": true,
  "name": "oidcIdp",
  "options": {
    "client_id": "a8f3b2e7-5d1c-4f9a-8b0d-2e1c3a5b6f7d",
    "discovery_url": "https://{yourDomain}/.well-known/openid-configuration",
    "type": "front_channel"
  },
  "show_as_button": true,
  "strategy": "oidc"
}

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

idp_id
string
必須
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$

レスポンス

IDプロバイダーが正常に取得されました。

IDプロバイダー固有のオプションです。

strategy
enum<string>
必須

IDプロバイダーの種類

利用可能なオプション:
adfs,
google-apps,
oidc,
okta,
pingfederate,
samlp,
waad
Allowed value: "adfs"
options
adfs_server · object
必須

IDプロバイダー固有のオプションです。

access_level
enum<string>
read-only
利用可能なオプション:
none,
readonly,
limited,
full
assign_membership_on_login
boolean

true の場合、ユーザーはログイン時に組織のメンバーになります。

display_name
string

ログイン画面で使用される IDプロバイダー名。

Required string length: 1 - 128
domains
string[]

ホーム レルム ディスカバリー(HRD)用のドメイン一覧

id
string
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$
is_enabled
boolean

IDプロバイダーが組織で有効になっている場合は true。

name
string | null

IDプロバイダーの名前

Maximum string length: 128
show_as_button
boolean

ログインページにこの接続のボタンを表示できるようにします(新しいエクスペリエンスのみ)。false の場合、ホーム レルム ディスカバリー(HRD)でのみ使用できます。