mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
docs SCIM stash
This commit is contained in:
parent
7bb93672dc
commit
bc37873d2c
5 changed files with 22 additions and 0 deletions
|
@ -12,6 +12,27 @@ The key benefits of using SCIM with LiteLLM are:
|
|||
|
||||
## 1. Create a SCIM Application in your IDP
|
||||
|
||||
## 1.1 Create a new Application in your IDP
|
||||
|
||||
On Azure Entra ID, search for `Enterprise Application` and click on `New Application`.
|
||||
|
||||
<Image img={require('../../img/scim_0.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
Now select `Create your own application`.
|
||||
|
||||
<Image img={require('../../img/scim_1.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
Enter any name for your application, for example `litellm-scim-app` and select the "Integrate any other application you don't find in the gallery (Non-gallery)" option.
|
||||
|
||||
<Image img={require('../../img/scim_3.png')} style={{ width: '800px', height: 'auto' }} />
|
||||
|
||||
|
||||
## 2. Connect your app on your IDP to LiteLLM SCIM Endpoints
|
||||
|
||||
## 2.1 Get your SCIM Tenant URL and Bearer Token
|
||||
|
|
BIN
docs/my-website/img/scim_0.png
Normal file
BIN
docs/my-website/img/scim_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 KiB |
BIN
docs/my-website/img/scim_1.png
Normal file
BIN
docs/my-website/img/scim_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
docs/my-website/img/scim_3.png
Normal file
BIN
docs/my-website/img/scim_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 KiB |
1
litellm/openai-responses-starter-app
Submodule
1
litellm/openai-responses-starter-app
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bf0485467c343957ba5c217db777f407b2e65453
|
Loading…
Add table
Add a link
Reference in a new issue