From 9b1470cefe02d6ba2b2a5a4d2ea2b94c03b95a9e Mon Sep 17 00:00:00 2001 From: Max Dor Date: Sat, 7 Oct 2017 18:55:26 +0200 Subject: [PATCH] Update mxisd description --- supporting-docs/projects/2017-01-23-mxisd.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/supporting-docs/projects/2017-01-23-mxisd.md b/supporting-docs/projects/2017-01-23-mxisd.md index 1ccacf3e..5b9113e6 100644 --- a/supporting-docs/projects/2017-01-23-mxisd.md +++ b/supporting-docs/projects/2017-01-23-mxisd.md @@ -2,13 +2,13 @@ layout: project title: mxisd categories: projects other -description: A Matrix Identity Server implementation +description: Federated Identity, Authentication and Directory service author: Kamax.io -maturity: Beta +maturity: Late beta --- # {{ page.title }} -mxisd is a federated Matrix Identity Server for self-hosted Matrix servers. +mxisd is a federated Matrix Identity Server for self-hosted Matrix servers with enhanced features. It provides the following features for your Matrix Homeserver: - Link to an already existing Identity store - No more duplication of data that would already be in your AD/LDAP, forums, CRM, etc. @@ -19,7 +19,8 @@ It provides the following features for your Matrix Homeserver: - Allow people to link identifiers (e-mail, phone number) to their Matrix account to be locally or globally searchable - Provide an all-in-one authentication backend for synapse using the [REST auth module](https://github.com/kamax-io/matrix-synapse-rest-auth) -mxisd is is an implementation of the [Identity Service API](http://matrix.org/docs/spec/identity_service/unstable.html) which aims to provide an alternative to [sydent](https://github.com/matrix-org/sydent) with much added values and features. +mxisd is is an implementation of the [Identity Service API](http://matrix.org/docs/spec/identity_service/unstable.html) which aims to provide an alternative to [sydent](https://github.com/matrix-org/sydent) with much added value and features. + +Come talk to us on Matrix at [#mxisd:kamax.io](https://matrix.to/#/#mxisd:kamax.io)! -Come talk to us on Matrix at [#mxisd:kamax.io](https://matrix.to/#/#mxisd:kamax.io) or have a [peek view](https://view.matrix.org/room/!NPRUEisLjcaMtHIzDr:kamax.io/) Follow the progress and grab the code from [GitHub](https://github.com/kamax-io/mxisd).