Remove v1 identity service API

Spec for https://github.com/matrix-org/matrix-doc/pull/2713
This commit is contained in:
Travis Ralston 2021-05-01 22:46:09 -06:00 committed by Richard van der Hoff
parent 457f3995af
commit 37c3a3f855
10 changed files with 16 additions and 1323 deletions

View file

@ -297,7 +297,7 @@ specify parameter values. The flow for this method is as follows:
6. If the `m.identity_server` property is present, extract the
`base_url` value for use as the base URL of the identity server.
Validation for this URL is done as in the step above, but using
`/_matrix/identity/api/v1` as the endpoint to connect to. If the
`/_matrix/identity/v2` as the endpoint to connect to. If the
`m.identity_server` property is present, but does not have a
`base_url` value, then `FAIL_ERROR`.