You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Migration guide
This commit is contained in:
committed by
Quentin Gliech
parent
f9393020b6
commit
49d4fae16f
@ -13,7 +13,7 @@
|
|||||||
- [Homeserver configuration](./setup/homeserver.md)
|
- [Homeserver configuration](./setup/homeserver.md)
|
||||||
- [Configuring a reverse proxy](./setup/reverse-proxy.md)
|
- [Configuring a reverse proxy](./setup/reverse-proxy.md)
|
||||||
- [Running the service](./setup/running.md)
|
- [Running the service](./setup/running.md)
|
||||||
|
- [Migrating an existing homeserver](./setup/migration.md)
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
- [Configuration file reference](./usage/configuration.md)
|
- [Configuration file reference](./usage/configuration.md)
|
||||||
|
15
docs/setup/migration.md
Normal file
15
docs/setup/migration.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Migrating an existing homeserver
|
||||||
|
|
||||||
|
One of the design goals of MAS has been to allow it to be used to migrate an existing homeserver to an OIDC-based architecture.
|
||||||
|
|
||||||
|
Specifically without requiring users to re-authenticate and that non-OIDC clients continue to work.
|
||||||
|
|
||||||
|
Features that are provided to support this include:
|
||||||
|
|
||||||
|
- Ability to import existing password hashes from Synapse
|
||||||
|
- Ability to import existing sessions and devices
|
||||||
|
- Ability to import existing access tokens
|
||||||
|
- Ability to import existing upstream IdP subject ID mappings
|
||||||
|
- Provides a compatibility layer for legacy Matrix authentication
|
||||||
|
|
||||||
|
There will be tools to help with the migration process itself. But these aren't quite ready yet.
|
Reference in New Issue
Block a user