Add support for disabling Synapse's local database for user auth
This is a new feature of Synapse v1.1.0. Discussed in #145 (Github Pull Request).
This commit is contained in:
@ -9,4 +9,13 @@ If you decide that you'd like to let this playbook install it for you, you need
|
||||
```yaml
|
||||
matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true
|
||||
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: YOUR_SHARED_SECRET_GOES_HERE
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
## Authenticating only using a password provider
|
||||
|
||||
If you wish for users to **authenticate only against configured password providers** (like this one), **without consulting Synapse's local database**, feel free to disable it:
|
||||
|
||||
```yaml
|
||||
matrix_synapse_password_config_localdb_enabled: false
|
||||
```
|
||||
|
Reference in New Issue
Block a user