(docs) UI - no sso

This commit is contained in:
ishaan-jaff 2024-01-30 17:05:36 -08:00
parent 8daabe16f4
commit cfa69c3184

View file

@ -31,6 +31,18 @@ general_settings:
## 2. Setup SSO/Auth for UI
<Tabs>
<TabItem value="username" label="Quick Start - Username, Password">
Set the following in your .env on the Proxy
```shell
UI_USERNAME=ishaan-litellm
UI_PASSWORD=langchain
```
On accessing the LiteLLM UI, you will be prompted to enter your username, password
</TabItem>
<TabItem value="google" label="Google SSO">
@ -73,6 +85,7 @@ MICROSOFT_TENANT="5a39737
```
</TabItem>
</Tabs>
## 4. Use UI