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
Hi, I wish to authenticate with an external system via the REST identity store backend, but the external system uses email address + password for its users (no username as such).
I have a synapse REST password provider that implements the check_3pid_auth function, so when I login at the element client using email and password on the client, the following request is sent to ma1sd
However, this is not accepted by the rc/main/java/io/kamax/mxisd/http/undertow/handler/auth/RestAuthHandler.java, and yields the response Error M_JSON_MISSING_KEYS: Missing id or password keys
Is there some other way I should be doing this? My goal is to allow login using email+password and the automatic registration on synapse with a hashed/generated user id, if the user does not exist.
The text was updated successfully, but these errors were encountered:
Craeckie
pushed a commit
to Craeckie/ma1sd
that referenced
this issue
Dec 12, 2022
Hi, I wish to authenticate with an external system via the REST identity store backend, but the external system uses email address + password for its users (no username as such).
I have a synapse REST password provider that implements the check_3pid_auth function, so when I login at the element client using email and password on the client, the following request is sent to ma1sd
However, this is not accepted by the rc/main/java/io/kamax/mxisd/http/undertow/handler/auth/RestAuthHandler.java, and yields the response Error M_JSON_MISSING_KEYS: Missing id or password keys
Is there some other way I should be doing this? My goal is to allow login using email+password and the automatic registration on synapse with a hashed/generated user id, if the user does not exist.
The text was updated successfully, but these errors were encountered: