mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 19:48:37 +01:00
Update proposals/1915-unbind-identity-server-param.md
Co-Authored-By: erikjohnston <erikj@jki.re>
This commit is contained in:
parent
ee6513d608
commit
77110b46df
|
|
@ -60,7 +60,7 @@ it returns a specific matrix error response (i.e. the body is a JSON object with
|
|||
The identity server should authenticate the request in one of two ways:
|
||||
|
||||
1. The request is signed by the homeserver which controls the `user_id`.
|
||||
2. The request includes the `sid` and `client_server` params (as per `/bind`),
|
||||
2. The request includes the `sid` and `client_secret` params (as per `/bind`),
|
||||
which proves ownership of the given 3PID.
|
||||
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue