Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/administration/scim-and-org-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The following SCIM endpoints are available:

#### Okta

This guide will cover how to setup Okta user provisioning for Langfuse. First, you will need to setup [authentication via OIDC](/docs/administration/authentication-and-sso).
This guide will cover how to set up Okta user provisioning for Langfuse. First, you will need to set up [authentication via OIDC](/docs/administration/authentication-and-sso).

<Video
src="https://static.langfuse.com/docs-videos/2025-08-06-okta-scim-setup.mov.mp4"
Expand All @@ -106,7 +106,7 @@ This guide will cover how to setup Okta user provisioning for Langfuse. First, y
/>

For user provisioning, Langfuse supports the SCIM 2.0 protocol.
To setup user provisioning in Okta, follow these steps:
To set up user provisioning in Okta, follow these steps:

1. **Create a SAML/SCIM Application**:
- Log in to your Okta admin console.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ You now need to teach Langfuse _which properties_ of your observation, trace, or

### Trigger the evaluation

To see your evaluator in action, you need to either [send traces](/docs/observability/get-started) (fastest) or trigger an experiment run (takes longer to setup) via the [UI](/docs/evaluation/experiments/experiments-via-ui) or [SDK](/docs/evaluation/experiments/experiments-via-sdk). Make sure to set the correct target data in the evaluator settings according to how you want to trigger the evaluation.
To see your evaluator in action, you need to either [send traces](/docs/observability/get-started) (fastest) or trigger an experiment run (takes longer to set up) via the [UI](/docs/evaluation/experiments/experiments-via-ui) or [SDK](/docs/evaluation/experiments/experiments-via-sdk). Make sure to set the correct target data in the evaluator settings according to how you want to trigger the evaluation.

</Steps>

Expand Down
2 changes: 1 addition & 1 deletion content/integrations/gateways/litellm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can find detailed information on how to use the LiteLLM Proxy in the [LiteLL
</Tab>
<Tab>

By setting the callback to Langfuse in the LiteLLM UI you can instantly log your responses across all providers. For more information on how to setup the Proxy UI, see the [LiteLLM docs](https://docs.litellm.ai/docs/proxy/ui).
By setting the callback to Langfuse in the LiteLLM UI you can instantly log your responses across all providers. For more information on how to set up the Proxy UI, see the [LiteLLM docs](https://docs.litellm.ai/docs/proxy/ui).

<Callout type="info">

Expand Down