mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
docs scim
This commit is contained in:
parent
daf024bad1
commit
7bb93672dc
3 changed files with 31 additions and 0 deletions
30
docs/my-website/docs/tutorials/scim_litellm.md
Normal file
30
docs/my-website/docs/tutorials/scim_litellm.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
|
||||
import Image from '@theme/IdealImage';
|
||||
|
||||
# SCIM with Litellm
|
||||
|
||||
Using SCIM with LitELLM allows you to sync users, groups and group memberships on LiteLLM with your IDP (SSO) Provider.
|
||||
|
||||
The key benefits of using SCIM with LiteLLM are:
|
||||
- Users are automatically provisioned, deprovisioned, and updated on LiteLLM when they are added to a group in your IDP.
|
||||
- Groups are automatically provisioned, deprovisioned, and updated on LiteLLM when they are created in your IDP.
|
||||
- Group memberships are automatically provisioned, deprovisioned, and updated on LiteLLM when they are added to a group in your IDP.
|
||||
|
||||
## 1. Create a SCIM Application in your IDP
|
||||
|
||||
## 2. Connect your app on your IDP to LiteLLM SCIM Endpoints
|
||||
|
||||
## 2.1 Get your SCIM Tenant URL and Bearer Token
|
||||
|
||||
On LiteLLM, navigate to the Settings > Admin Settings > SCIM. On this page you will create a SCIM Token, this allows your IDP to authenticate to litellm `/scim` endpoints.
|
||||
|
||||
<Image img={require('../../img/scim_2.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
## 2.2 Paste your SCIM Tenant URL and Bearer Token into your IDP Provider
|
||||
|
||||
|
||||
## 3. Test SCIM Connection
|
||||
|
||||
|
||||
|
||||
|
BIN
docs/my-website/img/scim_2.png
Normal file
BIN
docs/my-website/img/scim_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
|
@ -444,6 +444,7 @@ const sidebars = {
|
|||
items: [
|
||||
"tutorials/openweb_ui",
|
||||
"tutorials/openai_codex",
|
||||
"tutorials/scim_litellm",
|
||||
"tutorials/msft_sso",
|
||||
"tutorials/prompt_caching",
|
||||
"tutorials/tag_management",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue