diff --git a/docs/my-website/docs/tutorials/msft_sso.md b/docs/my-website/docs/tutorials/msft_sso.md index 170e7f9c3a..de02bfaaee 100644 --- a/docs/my-website/docs/tutorials/msft_sso.md +++ b/docs/my-website/docs/tutorials/msft_sso.md @@ -56,12 +56,17 @@ Sign into the LiteLLM UI via SSO. You should be redirected to the Entra ID SSO p On the LiteLLM UI, Navigate to `Teams`, You should see the new team `Production LLM Evals Group` auto-created on LiteLLM. - + #### How this works -When a SSO user signs in to LiteLLM, LiteLLM automatically fetches the Groups under the LiteLLM Enterprise App, and found that the `Production LLM Evals Group` was assigned to the LiteLLM Enterprise App. Since the id associated with `Production LLM Evals Group` did not exist in the LiteLLM Teams Table, LiteLLM automatically created a new team with the name `Production LLM Evals Group` and id == id of `Production LLM Evals Group` in Entra ID. - +When a SSO user signs in to LiteLLM: +- LiteLLM automatically fetches the Groups under the LiteLLM Enterprise App +- It finds the Production LLM Evals Group assigned to the LiteLLM Enterprise App +- LiteLLM checks if this group's ID exists in the LiteLLM Teams Table +- Since the ID doesn't exist, LiteLLM automatically creates a new team with: + - Name: Production LLM Evals Group + - ID: Same as the Entra ID group's ID ## 2. Sync Entra ID Team Memberships @@ -96,7 +101,7 @@ Sign in as the new user on LiteLLM UI. You should be redirected to the Entra ID On the LiteLLM UI, Navigate to `Teams`, You should see the new team `Production LLM Evals Group`. Since your are now a member of the `Production LLM Evals Group` in Entra ID, you should see the new team `Production LLM Evals Group` on the LiteLLM UI. - + ## 3. Set default params for new teams auto-created on LiteLLM diff --git a/docs/my-website/img/msft_auto_team.png b/docs/my-website/img/msft_auto_team.png index ac5c631e83..a50c5bbfbd 100644 Binary files a/docs/my-website/img/msft_auto_team.png and b/docs/my-website/img/msft_auto_team.png differ diff --git a/docs/my-website/img/msft_member_3.png b/docs/my-website/img/msft_member_3.png index 1d81b1b616..783a4a1dd8 100644 Binary files a/docs/my-website/img/msft_member_3.png and b/docs/my-website/img/msft_member_3.png differ diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 847ca7ce56..23de923db7 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -10,36 +10,6 @@ model_list: api_key: fake-key litellm_settings: - prometheus_initialize_budget_metrics: true - callbacks: ["prometheus"] - -mcp_tools: - - name: "get_current_time" - description: "Get the current time" - input_schema: { - "type": "object", - "properties": { - "format": { - "type": "string", - "description": "The format of the time to return", - "enum": ["short"] - } - } - } - handler: "mcp_tools.get_current_time" - - name: "get_current_date" - description: "Get the current date" - input_schema: { - "type": "object", - "properties": { - "format": { - "type": "string", - "description": "The format of the date to return", - "enum": ["short"] - } - } - } - handler: "mcp_tools.get_current_date" default_team_settings: - team_id: test_dev success_callback: ["langfuse", "s3"]