kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
223 stars 115 forks source link

Does not support directory lookup with Authorization header #65

Closed krombel closed 6 years ago

krombel commented 6 years ago

When triggering /_matrix/client/r0/user_directory/search where mxisd should handle that request I get the following error:

{
    "errcode":"M_INCOMPLETE_REQUEST",
    "error":"Required String parameter 'access_token' is not present",
    "success":false
}

This lets me assume, that the Authorization header, where riot defaults to right now, is not implemented yet.

maxidorius commented 6 years ago

Are you using master branch or something? or is that in the latest release?

krombel commented 6 years ago

I am using release 0.6.1.

maxidorius commented 6 years ago

I meant of Riot

maxidorius commented 6 years ago

Breaks on develop, will fix so next tagged release of Riot doesn't break.

maxidorius commented 6 years ago

Labeling as bug since header authorization is in the spec so we should support it.