Skip to content

Commit

Permalink
Add description about the MSC1915 configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Sablin committed Aug 5, 2019
1 parent d5680b2 commit dbc764f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ Create a list under the label `myOtherServers` containing two Identity servers:
- `server.port`: HTTP port to listen on (unencrypted)
- `server.publicUrl`: Defaults to `https://{server.name}`

## Unbind (MSC1915)
- `session.policy.unbind.enabled`: Enable or disable unbind functionality (MSC1915). (Defaults to true).

*Warning*: Unbind check incoming request by two ways:
- session validation.
- request signature via `X-Matrix` header and uses `server.publicUrl` property to construct the signing json;
Commonly the `server.publicUrl` should be the same value as the `trusted_third_party_id_servers` property in the synapse config.

## Storage
### SQLite
`storage.provider.sqlite.database`: Absolute location of the SQLite database
Expand Down

0 comments on commit dbc764f

Please sign in to comment.