From 7cf9134c1fd6a523a7d82930aad77eb4571ff818 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:14:36 -0700 Subject: [PATCH] Add oidc callback url --- docs/installation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/index.md b/docs/installation/index.md index 0f1f70e53..d310e2b00 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -61,3 +61,5 @@ For OIDC login (overrides password login): - Optional: `HOMEPAGE_OIDC_NAME` (display name), `HOMEPAGE_OIDC_SCOPE` (defaults to `openid email profile`) All app pages and `/api` routes will require a signed-in session. Static assets remain public. + +Configure your OIDC provider with the a callback URI like `https://homepage.example.com/api/auth/callback/homepage-oidc`.