mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 05:44:10 +02:00
Clarify that failing to follow the flows == 401
This commit is contained in:
parent
572a6056ad
commit
0580f51206
|
|
@ -407,8 +407,9 @@ an additional stage. This exchange continues until the final success.
|
||||||
For each endpoint, a server offers one or more 'flows' that the client can use
|
For each endpoint, a server offers one or more 'flows' that the client can use
|
||||||
to authenticate itself. Each flow comprises a series of stages, as described
|
to authenticate itself. Each flow comprises a series of stages, as described
|
||||||
above. The client is free to choose which flow it follows, however the flow's
|
above. The client is free to choose which flow it follows, however the flow's
|
||||||
stages must be completed in order. When all stages in a flow are complete,
|
stages must be completed in order. Failing to follow the flows in order must
|
||||||
authentication is complete and the API call succeeds.
|
result in an HTTP 401 response, as defined below. When all stages in a flow
|
||||||
|
are complete, authentication is complete and the API call succeeds.
|
||||||
|
|
||||||
User-interactive API in the REST API
|
User-interactive API in the REST API
|
||||||
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue