Skip to content

Commit 9abdcc1

Browse files
committed
Clarify specifics about synapse identity store
1 parent eb903bf commit 9abdcc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/stores/synapse.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Synapse Identity Store
2-
Synapse's Database itself can be used as an Identity store.
2+
Synapse's Database itself can be used as an Identity store. This identity store is a regular SQL store with
3+
built-in default queries that matches Synapse DB.
34

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

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

1416
## Configuration
1517
### Basic

0 commit comments

Comments
 (0)