Clarify when server name is used and link to definition (#1862)
* Clarify when server name is used and link to definition * Changelog
This commit is contained in:
parent
f434fdfba7
commit
5f47b96240
3 changed files with 5 additions and 4 deletions
|
@ -123,8 +123,8 @@ authentication is successful, the browser will be redirected to that
|
|||
|
||||
For example, consider a web-based client at
|
||||
`https://client.example.com`, which wants to initiate SSO login on
|
||||
the homeserver at `server.example.org`. It does this by storing the
|
||||
homeserver name in a query parameter for the `redirectUrl`: it
|
||||
the homeserver with [server name](/appendices/#server-name) `server.example.org`. It does this by storing the
|
||||
server name in a query parameter for the `redirectUrl`: it
|
||||
redirects to
|
||||
`https://server.example.org/login/sso/redirect?redirectUrl=https://client.example.com?hs=server.example.org`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue