lbcli update idp-configuration
Updates an idp-configuration.
Synopsis
Updates an idp-configuration.
lbcli update idp-configuration [flags]
Examples:
# Update an existing Identity Provider (IdP) configuration resource: idp-configuration.
lbcli -J $JWT update idp-configuration --name idp1 --idp-issuer-url https://idp1.com --type adfs
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for idp-configuration. | |
--idp-issuer-url | string | IdP Issuer URL (optional). | ||
--name | string | IdP name (required). | ||
--type | string | IdP type (ADFS) (optional). | ||
--proxy-password | string | Password for the proxy server (relevant and optional only if proxy is provided). | ||
--proxy-url | string | URL of the proxy server (optional). Pattern: http://<server-ip>:<port>. | ||
--proxy-username | string | Username for the proxy server (relevant and optional only if proxy is provided). |
Was this page helpful?