OIDCSetup

OIDCSetup
OIDCSetup
AllOf
This class requires all of the following:
JSON Example
{
    "identity_provider": "string",
    "decryption_passphrase": "string",
    "decryption_passphrase_confirmation": "string",
    "eula_accepted": false,
    "http_proxy": "string",
    "https_proxy": "string",
    "no_proxy": "string",
    "precreated_client_secret": "string",
    "create_bosh_admin_client": false,
    "oidc_settings": {
        "oidc_discovery_url": "string",
        "oidc_client_id": "string",
        "oidc_client_secret": "string",
        "oidc_scopes": "string",
        "oidc_username_claim": "string",
        "oidc_external_groups_claim": "string",
        "oidc_admin_group_name": "string"
    }
}
oidc_settings
Optional

oidc_settings