Skip to content

Commit

Permalink
Clarify specifics about synapse identity store
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidorius committed Apr 2, 2019
1 parent eb903bf commit 9abdcc1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/stores/synapse.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Synapse Identity Store
Synapse's Database itself can be used as an Identity store.
Synapse's Database itself can be used as an Identity store. This identity store is a regular SQL store with
built-in default queries that matches Synapse DB.

## Features
| Name | Supported |
Expand All @@ -9,7 +10,8 @@ Synapse's Database itself can be used as an Identity store.
| [Identity](../features/identity.md) | Yes |
| [Profile](../features/profile.md) | Yes |

Authentication is done by Synapse itself.
- Authentication is done by Synapse itself.
- Roles are mapped to communities. The Role name/ID uses the community ID in the form `+id:domain.tld`

## Configuration
### Basic
Expand Down

0 comments on commit 9abdcc1

Please sign in to comment.