feat: add AUTH_<PROVIDER>_ID_TOKEN_SIGNED_RESPONSE_ALG#2891
Open
labuzniq wants to merge 1 commit into
Open
Conversation
|
@labuzniq is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This variable has been added in PR langfuse/langfuse#12333
It has been merged and released into version 3.170.0 of Langfuse.
Disclaimer: Experimental PR review
Greptile Summary
This PR adds documentation for the new
AUTH_<PROVIDER>_ID_TOKEN_SIGNED_RESPONSE_ALGenvironment variable introduced in Langfuse v3.170.0, which lets operators configure the JWT signing algorithm expected from an OIDC provider's ID Token. The change is a single-row addition to the "Additional configuration" table in the SSO docs.Confidence Score: 5/5
Safe to merge — purely additive documentation change with no functional impact.
Only P2 style findings (grammar and missing default value note); the documentation entry is accurate and consistent with the referenced implementation PR.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[OIDC Provider] -->|Signs ID Token with configured algorithm| B["AUTH_PROVIDER_ID_TOKEN_SIGNED_RESPONSE_ALG\ne.g. RS256, ES256, HS256"] B --> C{Provider type} C -->|GitHub / WorkOS| D[Setting ignored — provider-managed] C -->|All other OIDC providers| E[Langfuse validates token\nusing specified algorithm]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "feat: add AUTH_<PROVIDER>_ID_TOKEN_SIGNE..." | Re-trigger Greptile