diff --git a/README.md b/README.md index 022dbd409..b7be51d8b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You can learn more about Matrix and OIDC at [areweoidcyet.com](https://areweoidc - Authentication methods: - ✅ Upstream OIDC - 🚧 Local password + - ‼️ [Application Services login](https://matrix-org.github.io/matrix-authentication-service/as-login.html) (**Encrypted bridges**) - Migration support - ✅ Compatibility layer for legacy Matrix authentication - ✅ Advisor on migration readiness diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 3f054f4c5..b9282dedf 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -33,3 +33,7 @@ - [Contributing](./development/contributing.md) - [Architecture](./development/architecture.md) - [Database](./development/database.md) + +--- + +[Application Services login](./as-login.md) diff --git a/docs/as-login.md b/docs/as-login.md new file mode 100644 index 000000000..635989e89 --- /dev/null +++ b/docs/as-login.md @@ -0,0 +1,7 @@ +# About Application Services login + +Encrypted Application Services/Bridges currently leverage the `m.login.application_service` login type to create devices for users. +This API is *not* available in the Matrix Authentication Service. + +We're working on a solution to support this use case, but in the meantime, this means **encrypted bridges will work with the Matrix Authentication Service.** +A workaround is to disable E2EE support in your bridge setup.