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
Per spec this could happen for both email and MSISDNs, but at this stage Synapse only intends to use it with MSISDNs.
If submit_url is present, clients should ask the user for the validation token and submit it to the supplied URL, structuring parameters in the same way as the IS POST /validate/email/submitToken API. (You should assume it's a v1-style endpoint without authentication.)
This changes MSISDN token submission to send to an arbitrary URL (instead of the
current IS) when the HS provides such a URL.
Fixeselement-hq/element-web#10923
As part of MSC2078,
requestToken
calls to the HS (during registration, add to HS account, password reset) may return asubmit_url
field which should be used if present as the place to send validation tokens.Per spec this could happen for both email and MSISDNs, but at this stage Synapse only intends to use it with MSISDNs.
If
submit_url
is present, clients should ask the user for the validation token and submit it to the supplied URL, structuring parameters in the same way as the ISPOST /validate/email/submitToken
API. (You should assume it's a v1-style endpoint without authentication.)Synapse work tracked in matrix-org/synapse#6076.
The text was updated successfully, but these errors were encountered: