From 192c1ecb21fc6dbec5a5f89ca7f999248c3027cc Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 7 Jun 2023 11:55:02 +1000 Subject: [PATCH] Add note on SSO behind proxy (#4985) --- docs/docs/settings/SSO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/settings/SSO.md b/docs/docs/settings/SSO.md index 366c7f9456..542f40238c 100644 --- a/docs/docs/settings/SSO.md +++ b/docs/docs/settings/SSO.md @@ -96,6 +96,9 @@ In any case, the URL is is specific to your installation and the SSO provider. T !!! success "Works for Local Installs" Your server does not need to be "public facing" for this to work. For example the URL `http://localhost:1234/accounts/github/login/callback/` would be perfectly valid! +!!! warning "Proxy Support" + If your InvenTree server is running behind a proxy, you will need to ensure that the "public facing" host address matches the internal host address of the server, and that this host address also matches the configured callback URL + ### Enable SSO Settings Now that the social application is created, you need to enable SSO authentication for the InvenTree server.