-
Notifications
You must be signed in to change notification settings - Fork 150
Open
etkecc/synapse-admin
#902Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
- Configure Matrix Authentication Service as described in https://matrix-org.github.io/matrix-authentication-service/setup/index.html
- Install Admin
Steps to Reproduce
- sign in with SSO as Admin user
- it fails on 403: M_FORBIDDEN
Problem
MAS doesn't let you get "synapse admin" rights through the legacy auth flow, as the legacy flow doesn't have a way to specify whether the session should have the admin rights or not. Best option would be native OIDC implementation in Synapse-Admin to work with MAS.
Or you can add possibility to use static pre-generated admin token which can be issued using CLI.
mas-cli manage issue-compatibility-token --yes-i-want-to-grant-synapse-admin-privileges [username]
bdelwood, dklimpel, brknkfr, enekonieto, sandrotanner and 4 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request