Add missing links

This commit is contained in:
Maxime Dor
2017-10-07 18:02:47 +02:00
parent 30260af1f2
commit 6317acd7fc

View File

@@ -84,9 +84,6 @@ trusted_third_party_id_servers:
``` ```
It is recommended to remove `matrix.org` and `vector.im` so only your own Identity server is allowed by synapse. It is recommended to remove `matrix.org` and `vector.im` so only your own Identity server is allowed by synapse.
### Federation and network discovery
See the [dedicated document](docs/features/federation.md).
## Validate ## Validate
Log in using your Matrix client and set `https://example.org` as your Identity server URL, replacing `example.org` by Log in using your Matrix client and set `https://example.org` as your Identity server URL, replacing `example.org` by
the relevant hostname which you configured in your reverse proxy. the relevant hostname which you configured in your reverse proxy.
@@ -102,10 +99,12 @@ You can now integrate mxisd further with your infrastructure using the various [
Once your mxisd server is up and running, here are the next steps to further enhance and integrate your installation: Once your mxisd server is up and running, here are the next steps to further enhance and integrate your installation:
Enable extra features: Enable extra features:
- Authenticate with synapse, profile auto-provisioning if you wish - [Federation](features/federation.md)
- Directory search - [Authenticate with synapse](features/authentication.md), profile auto-provisioning if you wish
- [Directory search](features/directory-users.md)
Use your Identity stores: Use your Identity stores:
- LDAP / Samba / Active directory - [LDAP / Samba / Active directory](backends/ldap.md)
- SQL Database - [SQL Database](backends/sql.md)
- Website / Web service / Web app - [Website / Web service / Web app](backends/rest.md)
- [Google Firebase](backends/firebase.md)