From 21e1c2dc21f10fb8939d23e6dc72751f50dcc799 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 22 Feb 2024 21:18:26 -0800 Subject: [PATCH] (docs) admin ui with proxy_base_url --- docs/my-website/docs/proxy/ui.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index 1f98bc07786..ff45f9569f5 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -152,7 +152,14 @@ GENERIC_SCOPE = "openid profile email" # default scope openid is sometimes not e -#### Step 3. Test flow +#### Step 3. Set `PROXY_BASE_URL` in your .env + +Set this in your .env (so the proxy can set the correct redirect url) +```shell +PROXY_BASE_URL=https://litellm-api.up.railway.app/ +``` + +#### Step 4. Test flow ### Set Admin view w/ SSO