Update proposals/1915-unbind-identity-server-param.md

Co-Authored-By: erikjohnston <erikj@jki.re>
This commit is contained in:
David Baker 2019-03-08 12:14:08 +00:00 committed by GitHub
parent ee6513d608
commit 77110b46df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: