Skip to main content
PUT
IDプロバイダーの属性マッピングを更新

承認

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}$

ボディ

application/json

The body is of type object.

レスポンス

アイデンティティプロバイダーが正常に取得されました。

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

strategy
enum<string>
必須

アイデンティティプロバイダーの種類

利用可能なオプション:
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

アイデンティティプロバイダーが組織に対して有効な場合は true。

name
string | null

アイデンティティプロバイダーの名前

Maximum string length: 128
show_as_button
boolean

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