mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 19:43:43 +01:00
Merge pull request #3169 from matrix-org/travis/spec/msc2284-is-optional
Downgrade identity server failure to FAIL_PROMPT instead of FAIL_ERROR
This commit is contained in:
commit
fbec7a1bcb
1
changelogs/client_server/newsfragments/3169.feature
Normal file
1
changelogs/client_server/newsfragments/3169.feature
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Downgrade identity server discovery failures to `FAIL_PROMPT` as per [MSC2284](https://github.com/matrix-org/matrix-doc/pull/2284).
|
||||||
|
|
@ -299,7 +299,7 @@ specify parameter values. The flow for this method is as follows:
|
||||||
Validation for this URL is done as in the step above, but using
|
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/api/v1` as the endpoint to connect to. If the
|
||||||
`m.identity_server` property is present, but does not have a
|
`m.identity_server` property is present, but does not have a
|
||||||
`base_url` value, then `FAIL_ERROR`.
|
`base_url` value, then `FAIL_PROMPT`.
|
||||||
|
|
||||||
{{% http-api spec="client-server" api="wellknown" %}}
|
{{% http-api spec="client-server" api="wellknown" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue