docs scim

This commit is contained in:
Ishaan Jaff 2025-04-19 17:29:20 -07:00
parent daf024bad1
commit 7bb93672dc
3 changed files with 31 additions and 0 deletions

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View file

@ -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",