Skip to content

Commit

Permalink
Downgrade identity server failure to FAIL_PROMPT instead of FAIL_ERROR
Browse files Browse the repository at this point in the history
Spec for #2284
  • Loading branch information
turt2live authored and richvdh committed Aug 23, 2021
1 parent 9e7d328 commit 2ff5591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`/_matrix/identity/api/v1` 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`.
`base_url` value, then `FAIL_PROMPT`.

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

Expand Down

0 comments on commit 2ff5591

Please sign in to comment.