/status returns an HTTP 200 "ALIVE" response to be able to perform a basic health check.
On an installation with only one authentication provider, and without public content, it redirects to that provider:
HTTP/2 302 location: https://..../oauth/.....
That doesn't make sense to require user authentication for that specific scenario, so we could directly serve the 200 ALIVE there too.