chore: clarify Okta configuration fields - #662
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Okta OIDC configuration documentation to provide clearer, more practical configuration examples. Instead of describing configuration values in a generic list format, it now provides specific examples for both Helm and Docker deployment methods.
- Replaces generic configuration description with concrete Helm and Docker examples
- Adds CodeGroup component to show both deployment methods side-by-side
- Includes all necessary configuration fields with example values and explanatory comments
| oauthClientId: "Client ID" # (starts with `0o`) | ||
| oauthClientSecret: "Client secret" |
There was a problem hiding this comment.
The example values "Client ID" and "Client secret" are placeholder text that could be confusing. Consider using more obviously placeholder values like <your-client-id> or YOUR_CLIENT_ID_HERE to make it clear these need to be replaced with actual values.
| OAUTH_CLIENT_ID="Client ID" # (starts with `0o`) | ||
| OAUTH_CLIENT_SECRET="Client secret" |
There was a problem hiding this comment.
Same issue as the Helm example - the placeholder values "Client ID" and "Client secret" should use more obvious placeholder formatting to prevent users from literally copying these strings.
Kathryn May (katmayb)
left a comment
There was a problem hiding this comment.
Small non-blocking nit, lgtm 👍
|
Preview ID generated: preview-briane-1758898091-8fe4517 |
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
|
Preview ID generated: preview-briane-1759109150-ea11fc7 |
|
Preview ID generated: preview-briane-1759109424-f8140c9 |
## Overview <!-- Brief description of what documentation is being added/updated --> Update Okta OIDC configuration section to make it clear it is through Helm/Docker ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: part of ent-100 - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --------- Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Overview
Update Okta OIDC configuration section to make it clear it is through Helm/Docker
Type of change
Type: Update existing documentation
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes