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
49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
# Summary
|
|
|
|
# Introduction
|
|
|
|
- [About this documentation](./README.md)
|
|
|
|
# Setup
|
|
|
|
- [Introduction](./setup/README.md)
|
|
- [Installation](./setup/installation.md)
|
|
- [General configuration](./setup/general.md)
|
|
- [Database setup](./setup/database.md)
|
|
- [Homeserver configuration](./setup/homeserver.md)
|
|
- [Configuring a reverse proxy](./setup/reverse-proxy.md)
|
|
- [Configuring .well-known](./setup/well-known.md)
|
|
- [Configure an upstream SSO provider](./setup/sso.md)
|
|
- [Running the service](./setup/running.md)
|
|
- [Migrating an existing homeserver](./setup/migration.md)
|
|
|
|
# Topics
|
|
|
|
- [Policy engine](./topics/policy.md)
|
|
- [Authorization and sessions](./topics/authorization.md)
|
|
- [Use the Admin API](./topics/admin-api.md)
|
|
|
|
# Reference
|
|
|
|
- [Configuration file reference](./reference/configuration.md)
|
|
- [Admin API](./api/index.html)
|
|
- [OAuth 2.0 scopes](./reference/scopes.md)
|
|
- [Command line tool](./reference/cli/README.md)
|
|
- [`config`](./reference/cli/config.md)
|
|
- [`database`](./reference/cli/database.md)
|
|
- [`manage`](./reference/cli/manage.md)
|
|
- [`server`](./reference/cli/server.md)
|
|
- [`templates`](./reference/cli/templates.md)
|
|
- [`doctor`](./reference/cli/doctor.md)
|
|
|
|
# Development
|
|
|
|
- [Contributing](./development/contributing.md)
|
|
- [Architecture](./development/architecture.md)
|
|
- [Database](./development/database.md)
|
|
- [Internal GraphQL API](./development/graphql.md)
|
|
|
|
---
|
|
|
|
[Application Services login](./as-login.md)
|