Skip to content

Fix duplicated authentication description on Okta integration page#7899

Merged
dsill-ethyca merged 2 commits intomainfrom
fix/okta-duplicate-auth-description
Apr 10, 2026
Merged

Fix duplicated authentication description on Okta integration page#7899
dsill-ethyca merged 2 commits intomainfrom
fix/okta-duplicate-auth-description

Conversation

@dsill-ethyca
Copy link
Copy Markdown
Contributor

Summary

  • Removes a duplicated "Authentication:" paragraph on the Okta integration detail page
  • The OktaIntegrationOverview component had two <InfoText> blocks with nearly identical auth descriptions — one using the OKTA_AUTH_DESCRIPTION constant and a second with hardcoded text

Test plan

  • Navigate to Integrations → Okta and verify only one "Authentication:" paragraph appears under Overview

🤖 Generated with Claude Code

Remove the second, hardcoded "Authentication:" paragraph that duplicated
the content already rendered via OKTA_AUTH_DESCRIPTION.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dsill-ethyca dsill-ethyca requested a review from a team as a code owner April 10, 2026 20:13
@dsill-ethyca dsill-ethyca requested review from jpople and removed request for a team April 10, 2026 20:13
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored Preview Apr 10, 2026 8:21pm
fides-privacy-center Ignored Ignored Apr 10, 2026 8:21pm

Request Review

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: Fix duplicated authentication description on Okta integration page

Overall: Clean, minimal, correct fix. No issues found.

Summary

The change removes a hardcoded <InfoText> block that duplicated the "Authentication:" section already rendered via the OKTA_AUTH_DESCRIPTION constant. The two blocks had slightly diverging text:

  • Removed (hardcoded): "…You'll need to create an API Services application in Okta and generate an RSA key pair."
  • Kept (via constant): "…You will need to generate an RSA key in Okta and copy the JSON key to use in Fides."

The kept version is more accurate and consistent with how the rest of the codebase manages this copy (through the exported constant). Removing the hardcoded duplicate is the right call — it also means future updates to the auth description only need to be made in one place.

No functional, architectural, or security concerns.

🔬 Codegraph: connected (46297 nodes)


💡 Write /code-review in a comment to re-run this review.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 10, 2026

Title Lines Statements Branches Functions
admin-ui Coverage: 7%
5.87% (2547/43385) 4.89% (1203/24598) 3.94% (508/12861)
fides-js Coverage: 78%
78.98% (1962/2484) 65.55% (1214/1852) 72.57% (336/463)
privacy-center Coverage: 88%
85.93% (330/384) 81.1% (176/217) 78.87% (56/71)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dsill-ethyca dsill-ethyca enabled auto-merge April 10, 2026 20:28
@dsill-ethyca dsill-ethyca added this pull request to the merge queue Apr 10, 2026
Merged via the queue into main with commit 0813ce5 Apr 10, 2026
51 checks passed
@dsill-ethyca dsill-ethyca deleted the fix/okta-duplicate-auth-description branch April 10, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants