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.
17 lines
799 B
Markdown
17 lines
799 B
Markdown
---
|
|
layout: project
|
|
title: mxisd
|
|
categories: projects other
|
|
description: A Matrix Identity Server implementation
|
|
author: Kamax.io
|
|
maturity: Alpha
|
|
---
|
|
|
|
# {{ page.title }}
|
|
mxisd is a federated Matrix Identity Server following a cascading lookup model, using LDAP (optional) then other identity servers, including the central Matrix servers.
|
|
It is targeted to people/organisation that run their own Homeserver for a specific domain and want to publish 3PID mapping without having to rely on central servers.
|
|
|
|
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).
|
|
|
|
Follow the progress and grab the code from [GitHub](https://github.com/kamax-io/mxisd).
|