Add suggestion of returning a 401 for non-/login requests
This commit is contained in:
parent
f7c7a74092
commit
b95d5724a4
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ clients to an alternative homeserver after login. Clients SHOULD use the
|
|||
provided `well_known` object to reconfigure themselves, optionally validating the
|
||||
URLs within.
|
||||
|
||||
Note: a server that redirects all clients to different servers must nonetheless
|
||||
consider clients making requests other than `/login`: for example, some clients
|
||||
may fail to support redirection. It is acceptable in such a case to return a
|
||||
401 response to all non-`/login` requests if the service does not wish to
|
||||
support such clients.
|
||||
|
||||
## Application
|
||||
|
||||
Let's imagine for this description that our organisation is the University of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue