Description
The dcos security cluster oidc add command allows you to configure a new OpenID Connect provider.
Usage
dcos security cluster oidc add [OPTIONS] OIDC_ID
Options
| Name |
Description |
-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, --help |
Show this message and exit. |
Positional Arguments
| Name |
Description |
OIDC_ID |
OpenID Connect provider ID. |
Parent command