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