We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb903bf commit 9abdcc1Copy full SHA for 9abdcc1
docs/stores/synapse.md
@@ -1,5 +1,6 @@
1
# Synapse Identity Store
2
-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
3
+built-in default queries that matches Synapse DB.
4
5
## Features
6
| Name | Supported |
@@ -9,7 +10,8 @@ Synapse's Database itself can be used as an Identity store.
9
10
| [Identity](../features/identity.md) | Yes |
11
| [Profile](../features/profile.md) | Yes |
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`
15
16
## Configuration
17
### Basic
0 commit comments