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

Atlas federatedAuthentication federationSettings identityProvider update oidc

項目一覧

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

OIDC ID プロバイダーを更新します。

コマンド構文
atlas federatedAuthentication federationSettings identityProvider update oidc [identityProviderId] [options]
名前
タイプ
必須
説明
identityProviderId
string
false
IdP ID 。
名前
タイプ
必須
説明
--associatedDomain
string
false
IdP に関連付けられているドメインのリスト。
--audience
string
false
トークンの意図した受信者の識別子。
--authorizationType
string
false
認可のタイプ。 有効な値は None、 JSON web token 、または SAML です。
--clientId
string
false
IdP によってアプリケーションに割り当てられるクライアント識別子。
--desc
string
false
IdP の説明。
--federationSettingsId
string
true
フェデレーション設定を識別する一意な 24 桁の 16 進数のstring 。
--groupsClaim
string
false
トークンに IdP グループ ID を含む要求の識別子。
-h, --help
false
oidc のヘルプ
--idpType
string
true
IdP のタイプ。 有効な値は WORKFORCE または WORKLOAD です。
-- issuerUri
string
false
stringOIDC メタデータ/検出ドキュメントの の発行者を識別する一意なURL 。
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
--requestedScope
string
false
MongoDB アプリケーションが承認エンドポイントからリクエストするスコープ。
--userClaim
string
false
トークンにユーザーIDを含むクレームの ID。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

Identity provider '<Id>' updated.
# Update the audience of the identity provider with ID aa2223b25a115342acc1f108 and from your federation settings with federationSettingsId 5d1113b25a115342acc2d1aa with IdpType WORKFORCE
atlas federatedAuthentication federationSettings identityProvider update aa2223b25a115342acc1f108 --federationSettingsId 5d1113b25a115342acc2d1aa --idpType WORKFORCE --audience newAudience

戻る

update