mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 14:33:43 +01:00
M_EXCLUSIVE
This commit is contained in:
parent
03491c5cfd
commit
bf9cc0a562
|
|
@ -47,11 +47,12 @@ If:
|
|||
|
||||
- The access token is not provided
|
||||
- The access token does not correspond to a appservice
|
||||
- The access token does not correspond to a appservice that manages this user
|
||||
- Or the user has not previously been registered
|
||||
|
||||
Then the servers should reject with HTTP 403, with an `errcode` of `"M_FORBIDDEN"`.
|
||||
|
||||
If the access token does not correspond to a appservice that manages this user, then the `errcode` should be `"M_EXCLUSIVE"`.
|
||||
|
||||
Homeservers should ignore the `access_token` parameter if a type other than
|
||||
`m.login.application_service` has been provided.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue