Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

Atlas federatedAuthentication federationSettings ConnectorOrgConfigs connect

項目一覧

  • 構文
  • オプション
  • 継承されたオプション

IdP を組織に接続します。

コマンド構文
atlas federatedAuthentication federationSettings connectedOrgConfigs connect [options]
名前
タイプ
必須
説明

--federationSettingsId

string

true

フェデレーション設定を識別する一意な 24 桁の 16 進数のstring 。

-h, --help

false

接続用のヘルプ

-- identityProviderId

string

true

IdP の一意の識別子。

--orgId

string

false

使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。

-o, --output

string

false

出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。

--protocol

string

false

ユーザーの認証に使用されるプロトコル。 有効な値は OIDC または SAML です。 この値のデフォルトは "OIDC" です。

名前
タイプ
必須
説明

-P, --profile

string

false

構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

# Connect the current profile org to identity provider with ID 7d1113b25a115342acc2d1aa and federationSettingsId 5d1113b25a115342acc2d1aa
atlas federatedAuthentication federationSettings connectedOrgConfigs connect --identityProviderId 7d1113b25a115342acc2d1aa --federationSettingsId 5d1113b25a115342acc2d1aa
# Connect the org with ID 7d1113b25a115342acc2d1aa to identity provider with ID 7d1113b25a115342acc2d1aa and federationSettingsId 5d1113b25a115342acc2d1aa
atlas federatedAuthentication federationSettings connectedOrgConfigs connect --orgId 7d1113b25a115342acc2d1aa --identityProviderId 7d1113b25a115342acc2d1aa --federationSettingsId 5d1113b25a115342acc2d1aa

戻る

connectOrgConfigs