Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
2f5182b2
Commit
2f5182b2
authored
10 years ago
by
Kegan Dougal
Browse files
Options
Downloads
Patches
Plain Diff
Finished up Identity section in the architecture section.
parent
3167d478
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/specification.rst
+20
-7
20 additions, 7 deletions
docs/specification.rst
with
20 additions
and
7 deletions
docs/specification.rst
+
20
−
7
View file @
2f5182b2
...
@@ -118,18 +118,31 @@ once and then use that ID on subsequent requests.
...
@@ -118,18 +118,31 @@ once and then use that ID on subsequent requests.
| domain.com |
| domain.com |
| Mappings: |
| Mappings: |
| #matrix >> !aaabaa:matrix.org |
| #matrix >> !aaabaa:matrix.org |
| #golf >> !wfeiofh:sport.com
|
| #golf
>> !wfeiofh:sport.com |
| #bike >> !4rguxf:matrix.org
|
| #bike
>> !4rguxf:matrix.org |
|________________________________|
|________________________________|
Identity
Identity
--------
--------
- Identity in relation to 3PIDs. Discovery of users based on 3PIDs.
Users in Matrix are identified via their user ID. However, existing ID namespaces
- Identity servers; trusted clique of servers which replicate content.
can also be used in order to identify Matrix users. A Matrix "Identity" describes
- They govern the mapping of 3PIDs to user IDs and the creation of said mappings.
both the user ID and any other existing ID namespaces *linked* to their account.
- Not strictly required in order to communicate.
Matrix users can *link* third-party IDs (3PIDs) such as email addresses, social
network accounts and phone numbers to their
user ID. Linking 3PIDs creates a mapping from a 3PID to a user ID. This mapping
can then be used by other Matrix users in order to discover other users, according
to a strict set of privacy permissions.
In order to ensure that the mapping from 3PID to user ID is genuine, dedicated
trusted servers called "Identity Servers" (IS) are used to perform authentication
of the 3PID. Identity servers are also used to preserve the mapping indefinitely,
by replicating the mappings across multiple ISes.
Usage of an IS is not required in order for a client application to be part of
the Matrix ecosystem. However, by not using an IS, discovery of users is greatly
impacted.
API Standards
API Standards
-------------
-------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment