Encryption: Unable to start matrix-hookshot with MAS #980
Labels
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Documentation
Improvements or additions to documentation
Config:
Matrix Authentication Service
is installed and configured to use a OIDC upstream.In the MAS logs:
So, MAS requires this: https://element-hq.github.io/matrix-authentication-service/setup/reverse-proxy.html#compatibility-layer
Which means that requests that go to that endpoint, like it appears to be, it's making a
POST
request to https://matrix.mydomain.xyz/_matrix/client/v3/login?user_id=%40hookshot%3Adomain.xyzThat will be redirected to MAS. it then fails to login. Then also, if you use the internal IP, instead of the matrix homeserver URL like above, such as http://172.28.0.100:8008 then it fails because the endpoint is already not accepting login states at THAT endpoint since it's bypassing the compatibility layer.
Anyways, does anyone have this working with MAS?
The text was updated successfully, but these errors were encountered: