Skip to content

Commit 12af1b9

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #3169 from matrix-org/travis/spec/msc2284-is-optional
Downgrade identity server failure to FAIL_PROMPT instead of FAIL_ERROR
2 parents 9e7d328 + 4d5df8e commit 12af1b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Downgrade identity server discovery failures to `FAIL_PROMPT` as per [MSC2284](https://github.com/matrix-org/matrix-doc/pull/2284).

content/client-server-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ specify parameter values. The flow for this method is as follows:
299299
Validation for this URL is done as in the step above, but using
300300
`/_matrix/identity/api/v1` as the endpoint to connect to. If the
301301
`m.identity_server` property is present, but does not have a
302-
`base_url` value, then `FAIL_ERROR`.
302+
`base_url` value, then `FAIL_PROMPT`.
303303

304304
{{% http-api spec="client-server" api="wellknown" %}}
305305

0 commit comments

Comments
 (0)