Skip to content
Merged
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
6 changes: 3 additions & 3 deletions authentication/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Configure single sign-on (SSO) authentication with OIDC, OAuth2, or SAML 2.0 pro
Set the environment variable:

```bash
AUTH_PROVIDERS_SOURCE=database
AUTH_PROVIDERS_SOURCE=db
Comment thread
woernsn marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
```

Restart your application.
Expand Down Expand Up @@ -201,7 +201,7 @@ Once set, super admins can promote other users via the web UI at `/admin/users`.

### Provider not appearing on login page

- Verify `AUTH_PROVIDERS_SOURCE=database` is set
- Verify `AUTH_PROVIDERS_SOURCE=db` is set
- Check that the provider is **enabled** in `/admin/sso_providers`
- Restart the application after setting environment variables

Expand All @@ -228,4 +228,4 @@ Once set, super admins can promote other users via the web UI at `/admin/users`.
<Card title="User management" icon="users" href="/authentication/user-management">
Manage users, roles, and connected accounts
</Card>
</CardGroup>
</CardGroup>