You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
About this documentation
This documentation is intended to give an overview of how the matrix-authentication-service
works, both from an admin perspective and from a developer perspective.
The documentation itself is built using mdBook. A hosted version is available at https://matrix-org.github.io/matrix-authentication-service/.
How the documentation is organized
This documentation has four main sections:
- The installation guide will guide you through the process of setting up the
matrix-authentication-service
on your own infrastructure. - The topics sections goes into more details about how the service works, like the policy engine and how authorization sessions are managed.
- The reference documentation covers configuration options, the GraphQL API, the scopes supported by the service, and the command line interface.
- The developer documentation is intended for people who want to contribute to the project. Other links: