メインコンテンツへスキップ
GET
/
config
My Organization APIの設定を取得する
curl --request GET \
  --url https://{tenantDomain}/my-org/v1/config \
  --header 'Authorization: Bearer <token>'
{
  "allowed_strategies": [
    "adfs",
    "pingfederate"
  ],
  "connection_deletion_behavior": "allow"
}

承認

Authorization
string
header
必須

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

レスポンス

設定が正常に取得されました。

allowed_strategies
enum<string>[]

サポート対象のストラテジーの配列

IDプロバイダーの種類

利用可能なオプション:
adfs,
google-apps,
oidc,
okta,
pingfederate,
samlp,
waad
connection_deletion_behavior
enum<string>

接続の削除を常に許可するか、その接続に関連付けられたユーザーが存在しない場合にのみ許可するかを指定します

利用可能なオプション:
allow,
allow_if_empty