From 95249e11255beb8b85f904c54429b353fca40b9e Mon Sep 17 00:00:00 2001 From: Pierre <397503+bemble@users.noreply.github.com> Date: Mon, 30 May 2022 17:04:41 +0200 Subject: doc(auth): add auth proxy documentation --- docs/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/troubleshooting.md') diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 649e5a6..10d6c2d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -17,3 +17,9 @@ To resolve this, you can either: * Host all your target service under the same domain & port. * Modify the target server configuration so that the response of the server included following header- `Access-Control-Allow-Origin: *` (). It might be an option in the targeted service, otherwise depending on how the service is hosted, the proxy or web server can seamlessly add it. * Use a cors proxy server like [`cors-container`](https://github.com/imjacobclark/cors-container), [`cors-anywhere`](https://github.com/Rob--W/cors-anywhere) or many others. + +## I am using an authentication proxy and homer says I am offline + +This should be a configuration issue. +* Make sure the option `connectivityCheck` is set to `true` in configuration. +* Check your proxy configuration, the expected behavior is to redirect user using a 302 to the login page when user is not authenticated. -- cgit v1.2.3