As discussed in #286 there is a missing route handler for _matrix/client/r0/login/sso/redirect/[idp]. This is not in the current matrix spec, but simple enough to implement since its the same as the equivalent v3 endpoint. Current versions of at least Element Classic and Schildichat do not work without this endpoint.
I've written a very crude patch to implement this, but maybe someone who knows the codebase can do a proper fix.
route_fix.patch
As discussed in #286 there is a missing route handler for
_matrix/client/r0/login/sso/redirect/[idp]. This is not in the current matrix spec, but simple enough to implement since its the same as the equivalentv3endpoint. Current versions of at least Element Classic and Schildichat do not work without this endpoint.I've written a very crude patch to implement this, but maybe someone who knows the codebase can do a proper fix.
route_fix.patch