You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/supporting-docs/projects/2017-01-23-mxisd.md

28 lines
1.5 KiB
Markdown

8 years ago
---
layout: project
title: mxisd
categories: projects other
description: Federated Identity, Authentication and Directory service
8 years ago
author: Kamax.io
maturity: Late beta
8 years ago
---
# {{ page.title }}
mxisd is a federated Matrix Identity Server for self-hosted Matrix servers with enhanced features.
8 years ago
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.
- Link to the central Matrix Identity servers (vector.im & matrix.org) to provide native experience
- Search people by name (or anything else!), looking in your Identity store and your homeserver (integration with Directory API)
- Invite people by e-mail, phone number, etc. instead of Matrix IDs
- Show who's using Matrix and their ID on your smartphone when looking to invite people to a Direct chat or Group chat
- 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)
8 years ago
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)!
8 years ago
Follow the progress and grab the code from [GitHub](https://github.com/kamax-io/mxisd).