> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:setauth

> Set the authentication type Curator uses

Sets the authentication type Curator uses.

**Arguments:**

| Argument | Required | Description                                                                                            |
| -------- | -------- | ------------------------------------------------------------------------------------------------------ |
| `auth`   | Yes      | One of: `saml`, `oauth`, `portal`, `tableau_server`, `thoughtspot`, `active_directory`, `pass_through` |

**Example:**

```bash theme={null}
php artisan curator:setauth saml
```
