Draft
Conversation
* Add MAS (Matrix Authentication Service) admin API integration
Implements full coverage of the MAS Admin API v1 spec (37 paths, 45
endpoints) alongside the existing Synapse admin UI. When MAS is detected
at login, MAS-specific resources replace or extend the Synapse defaults.
New resources (sidebar menu, list + create/delete where applicable):
- Personal Sessions — list, create (shows one-time access token in dialog
after creation), revoke
- Compat Sessions — list, finish
- OAuth2 Sessions — list, finish
- User Sessions — list, finish
- User Emails — list, create, delete
- Upstream OAuth Links — list, create, delete
- Upstream OAuth Providers — list (read-only, from MAS YAML config)
- Registration Tokens — full CRUD (replaces Synapse tokens in MAS mode)
- Policy Data — dedicated page, set/view current policy URL
- Users — MAS user list replaces Synapse users; lock/unlock,
deactivate/reactivate, set-admin, set-password actions on edit page
Provider layer:
- dataProvider.ts: MAS-aware resource routing, cursor-based pagination
- mas.ts: all MAS API helpers, resource definitions, action functions
- types.ts: full TypeScript types for all MAS API responses
* Pin flatted version
* Fix server status polling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.