scalix_auth_configure
Configure end-user authentication for the project — require MFA, require email confirmation, and set the allowed auth providers. Needs an admin API key: organization admin scope is never delegated to a connected app, so this tool fails on an OAuth connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mfa_enabled | No | Require multi-factor authentication | |
| allowed_providers | No | Allowed auth providers (e.g., ["email", "google", "github"]) | |
| require_email_confirmation | No | Require users to confirm their email before a session is issued |