be super explicit

pull/2078/head
Andrew Morgan 5 years ago
parent 7f65704ebc
commit 45e271c0f7

@ -75,7 +75,9 @@ If the client receives a response to `/requestToken` with `submit_url`, it MUST
accept a token from user input, then make a POST request to the content of
`submit_url` with the `sid`, `client_secret` and user-entered token.
`submit_url` can lead to anywhere the homeserver deems necessary for
verification. This data MUST be submitted as a JSON body.
verification. To be clear the content of `id_server` does not matter here, the
client should just submit a POST request to the value of `submit_url`. Additionally
data MUST be submitted as a JSON body.
An example exchange from the client's perspective is shown below:

Loading…
Cancel
Save