kamax-matrix / mxisd

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

requestToken was requested but not implemented #19

Closed Kleingeldprinz closed 7 years ago

Kleingeldprinz commented 7 years ago

Hi. My plan is to use a single non-federated Matrix-Synapse Server with ID Server for internal using. The LDAP Lookup for Mail works great. But when a user try to insert a Mailadress in his profile in Riot, there is an Error message on the Server: http://127.0.0.1:8090/_matrix/identity/api/v1/validate/email/requestToken was requested but not implemented

And in Riot: {"timestamp":1499097348081,"status":501,"error":"Not Implemented","exception":"io.kamax.mxisd.exception.NotImplementedException","message":"No message available","path":"/_matrix/identity/api/v1/validate/email/requestToken"} (Status 501)

Am i doing something wrong? Sorry for my noobish question.

What i am expecting: The Server is sending an email to the user, to verify the address.

maxidorius commented 7 years ago

You're not doing something wrong, it is indeed not implemented yet but is due in the next chunck of work. I will describe it in details in an issue but basically:

Kleingeldprinz commented 7 years ago

Thank you for your answer. It helps much!