Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ module "quilt" {

## Authentication Examples

> **Note:** These examples use per-provider parameters (`GoogleAuth`, `AzureAuth`, etc.), which
> apply to stacks built with `multi_sso: true`. If your stack has a `SingleSignOnProvider` dropdown
> in its CloudFormation parameters, it was built with `multi_sso: false` and uses a different set of
> parameters — see the
> [SSO configuration in the technical reference](https://docs.quiltdata.com/technical-reference#enabling-sso)
> instead. The deployment method (Terraform, Console, CLI) does not determine which format applies.

### Google OAuth Integration

```hcl
Expand Down
7 changes: 7 additions & 0 deletions VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ The `parameters` map configures the Quilt application. Here are all available pa

### Authentication Parameters

> **Note:** These parameters apply to stacks built with `multi_sso: true` (per-provider format).
> Stacks built with `multi_sso: false` use a different set:
> `SingleSignOnProvider`, `SingleSignOnClientId`, `SingleSignOnClientSecret`, and `SingleSignOnBaseUrl`.
> To determine which format your stack uses, check your stack's CloudFormation parameters for a
> `SingleSignOnProvider` dropdown — if present, use those parameters instead.
> See the [SSO configuration in the technical reference](https://docs.quiltdata.com/technical-reference#enabling-sso).

| Parameter | Description | Values | Default |
|-----------|-------------|--------|---------|
| `PasswordAuth` | Enable username/password authentication | `"Enabled"`, `"Disabled"` | `"Enabled"` |
Expand Down