From 5e03b27348afec09cbab3d4ce8cd2c586861d2e9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 6 Jul 2021 14:26:11 +0200 Subject: [PATCH] website/docs: add note about logging out Signed-off-by: Jens Langhammer #1113 --- website/docs/outposts/proxy/proxy.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/docs/outposts/proxy/proxy.md b/website/docs/outposts/proxy/proxy.md index 367a148ddb..481bc4beb4 100644 --- a/website/docs/outposts/proxy/proxy.md +++ b/website/docs/outposts/proxy/proxy.md @@ -22,3 +22,13 @@ The outpost listens on both 4180 for HTTP and 4443 for HTTPS. :::info If your upstream host is HTTPS, and you're not using forward auth, you need to access the outpost over HTTPS too. ::: + +# Logging out + +Login is done automatically when you visit the domain without a valid cookie. + +When using single-application mode, navigate to `app.domain.tld/akprox/sign_out`. + +When using domain-level mode, navigate to `auth.domain.tld/akprox/sign_out`, where auth.domain.tld is the external host configured for the provider. + +To log out, navigate to `/akprox/sign_out`.