# tuist organization update sso

Update the SSO provider for your organization.

## Arguments

### organization-name

**Environment variable** `TUIST_ORGANIZATION_UPDATE_SSO_ORGANIZATION_NAME`

The name of the organization for which you want to update the SSO provider for.

```bash
tuist organization update sso [organization-name]
```

### provider

**Environment variable** `TUIST_ORGANIZATION_UPDATE_SSO_PROVIDER`

The SSO provider to use.

```bash
tuist organization update sso --provider [provider]
```

### organization-id

**Environment variable** `TUIST_ORGANIZATION_UPDATE_SSO_ORGANIZATION_ID`

Organization ID for your SSO provider. For Google, this is your Google domain (for example, if your email is tuist@tuist.dev, the domain would be tuist.dev). For Okta, it's the organization domain (such as my-org.okta.com)

```bash
tuist organization update sso --organization-id [organization-id]
tuist organization update sso -o [organization-id]
```

### path `Optional`

**Environment variable** `TUIST_ORGANIZATION_UPDATE_SSO_PATH`

The path to the directory or a subdirectory of the project.

```bash
tuist organization update sso --path [path]
tuist organization update sso -p [path]
```
