dcos security cluster oidc add

ENTERPRISE

Configuring a new OpenID Connect provider

Description

The dcos security cluster oidc add command allows you to configure a new OpenID Connect provider.

Usage

  1. dcos security cluster oidc add [OPTIONS] OIDC_ID

Options

NameDescription
-d, —description <text>Description of the new OIDC provider. (Required)
-i, —issuer <text>Issuer of the new OIDC provider. (Required)
-b, —base-url <text>Base URL of the new OIDC provider. (Required)
-c, —client-secret <text>Client secret for the new OIDC provider. (Required)
—client-id <text>Client ID for the new OIDC provider. (Required)
-h, —helpShow this message and exit.

Positional Arguments

NameDescription
OIDC_IDOpenID Connect provider ID.

Parent command

CommandDescription
dcos security cluster oidcManage your OIDC settings.