You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For security reasons, we recommend that the Admin API (/_synapse/admin/...) should be hidden from public view using a reverse proxy. This means you should typically query the Admin API from a terminal on the machine which runs Synapse.
The Synapse docs state:
( https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/ )
Following that recommendation, the Admin API should only be available locally or used with SSH port forwarding.
While this works with Synapse Admin and without SSO, it becomes more difficult with SSO.
If I enter
http://localhost:8008
, which is a port forwarded via SSH, I cannot login via SSO.I just don't get offered SSO login as an option.
Here, my current workaround is:
base_url
from the domain tohttp://localhost:8008
I think it would be useful if there was a way to be able to enter a seperate URL for the Admin API.
Or maybe there is a better way?
The text was updated successfully, but these errors were encountered: