Skip to content

fix: rename SAML config "Name" field to "Organisation Name"#7576

Merged
kyle-ssg merged 1 commit into
mainfrom
fix/saml-organisation-name-label
May 22, 2026
Merged

fix: rename SAML config "Name" field to "Organisation Name"#7576
kyle-ssg merged 1 commit into
mainfrom
fix/saml-organisation-name-label

Conversation

@kyle-ssg
Copy link
Copy Markdown
Member

Summary

  • Renames the SAML configuration creation field label from Name* to Organisation Name* to match the value users are prompted for on the SSO login form.
  • Updates the tooltip to make the connection explicit so admins know they're setting the value users will type at login.

Closes #7330.

Test plan

  • Open the SAML configuration creation modal under Organisation Settings → SSO → SAML and confirm the first field reads Organisation Name*.
  • Hover the tooltip and confirm it references the Organisation Name field on the Single Sign-On login page.
  • Confirm the SSO login form still shows Organisation Name and that a value set in the creation modal matches what users enter at login.

🤖 Generated with Claude Code

Aligns SAML configuration creation label with the SSO login form so admins
set up the value users are prompted for. Closes #7330.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kyle-ssg kyle-ssg requested a review from a team as a code owner May 22, 2026 10:20
@kyle-ssg kyle-ssg requested review from talissoncosta and removed request for a team May 22, 2026 10:20
Copy link
Copy Markdown

@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.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
flagsmith-frontend-preview Ready Ready Preview, Comment May 22, 2026 10:20am
flagsmith-frontend-staging Ready Ready Preview, Comment May 22, 2026 10:20am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Ignored Ignored May 22, 2026 10:20am

Request Review

@github-actions github-actions Bot added front-end Issue related to the React Front End Dashboard fix labels May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-7576 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-e2e:pr-7576 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-7576 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-7576 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-7576 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-7576 Finished ✅ Results

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist 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

This pull request updates the SAML configuration modal by renaming the 'Name' input field to 'Organisation Name' and refining its tooltip to clarify that this value is used by users during the Single Sign-On login process. I have no feedback to provide as there were no review comments to evaluate.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  39.1 seconds
commit  92607ed
info  🔄 Run: #16910 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  41.2 seconds
commit  92607ed
info  🔄 Run: #16910 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  32.7 seconds
commit  92607ed
info  🔄 Run: #16910 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  1 minute, 6 seconds
commit  92607ed
info  🔄 Run: #16910 (attempt 1)

@github-actions
Copy link
Copy Markdown
Contributor

Visual Regression

19 screenshots compared. See report for details.
View full report

@kyle-ssg kyle-ssg merged commit 4e892a2 into main May 22, 2026
30 checks passed
@kyle-ssg kyle-ssg deleted the fix/saml-organisation-name-label branch May 22, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix front-end Issue related to the React Front End Dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename SAML configuration "Name" field to "Organisation Name" to match SSO login label

2 participants