docs(admin_ui_sso.md): add logout url

This commit is contained in:
Krrish Dholakia
2025-03-25 12:25:16 -07:00
parent ff61ce6751
commit 1a58e8bfe5
@@ -147,6 +147,10 @@ Some SSO providers require a specific redirect url for login and logout. You can
- Login: `<your-proxy-base-url>/sso/key/generate`
- Logout: `<your-proxy-base-url>`
```bash
PROXY_LOGOUT_URL="https://www.google.com"
```
#### Step 3. Set `PROXY_BASE_URL` in your .env
Set this in your .env (so the proxy can set the correct redirect url)