This command modifies an existing OIDC provider.
Usage
oidc modify --id ID [--discovery-url URL] [--name NAME] [--user-jwt-attribute ATTRIBUTE] [--enable-verify-peer] [--disable-verify-peer] [--certificate]
Required Parameters
| Specifies the ID of the OIDC provider to modify. |
Options
| Specifies NAME as the new name for the OIDC provider. |
| Specifies the discovery URL with configuration information for the OIDC provider. |
| Specifies ATTRIBUTE as the the JWT user identifier field in audit logs. Examples: |
| Requires certificate verification of OIDC provider (peer). The provider is only trusted to handle requests after the certificate is verified. Uses the certificate in the |
| Disables requirement for certificate verification of the peer. The peer is trusted without certificate verification. |
| Specifies CERTIFICATE as the certificate, as a string. |
Example
This example modifies the discovery URL for an OIDC provider with ID 1.
vcli: admin> oidc modify --id 1 --discovery-url https://example.com/.well-known/openid-configuration