Skip to main content
Command reference

security oidc modify

Suggest changes

Modify OIDC Client Configuration

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The security oidc modify command modifies an OpenID Connect (OIDC) client configuration. This command can be used to enable or disable the OIDC feature. Enabling or disabling the OIDC feature is a two-step process:

  • Create an OIDC configuration using the security oidc create command.

  • Enable or disable the OIDC feature using the security oidc modify-enabled true/false`` command.

Note Enabling or Disabling the OIDC feature restarts the web server. Any HTTP/S connections that are active will be disrupted.

Parameters

[-enabled {true|false}] - OIDC Enabled

Enables or disables the OIDC feature. If set to true , the OIDC feature is enabled. If set to false , the OIDC feature is disabled.

Examples

The following example enables the OIDC feature:

cluster1::> security oidc modify -enabled true