We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#get-whether-a-user-is-a-server-administrator-or-not is disabled when MSC3861 is enabled, so it's impossible to make any admin requests when using a token minted by an OIDC provider like matrix-authentication-service.
https://github.com/t2bot/matrix-media-repo/blob/main/matrix/requests_admin.go#L20-L26
I suspect the proper fix here is to make MMR OIDC aware and properly introspect the token.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#get-whether-a-user-is-a-server-administrator-or-not is disabled when MSC3861 is enabled, so it's impossible to make any admin requests when using a token minted by an OIDC provider like matrix-authentication-service.
https://github.com/t2bot/matrix-media-repo/blob/main/matrix/requests_admin.go#L20-L26
I suspect the proper fix here is to make MMR OIDC aware and properly introspect the token.
The text was updated successfully, but these errors were encountered: