Closed
Description
id_access_token
is only required for the following endpoints:
POST /account/3pid
POST /createRoom
if you are using theinvite_3pid
param.
None of the /requestToken
endpoints need it as the homeserver decides what identity server to use in this case. In the case of binding an email to an identity server through the homeserver, the client should call the /requestToken
endpoint directly on the identity server instead.
MSC2290 changes things slightly:
POST /account/3pid
is deprecatedPOST /account/3pid/add
new endpoint. Doesn't requireid_server
orid_access_token
.POST /account/3pid/bind
new endpoint. Does requireid_server
andid_access_token
.
The new endpoint are subject to change as the MSC progresses of course.
I'm not entirely sure about the m.login.email.identity
and m.login.msisdn
entries though...
Metadata
Metadata
Assignees
Labels
No labels