Conversation
...c/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx
Outdated
Show resolved
Hide resolved
...c/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx
Show resolved
Hide resolved
openmetadata-ui/src/main/resources/ui/src/locale/languages/en-us.json
Outdated
Show resolved
Hide resolved
🟡 Playwright Results — all passed (22 flaky)✅ 3446 passed · ❌ 0 failed · 🟡 22 flaky · ⏭️ 223 skipped
🟡 22 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
...c/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx
Outdated
Show resolved
Hide resolved
...c/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx
Outdated
Show resolved
Hide resolved
Code Review
|
| Compact |
|
Was this helpful? React with 👍 / 👎 | Gitar
|
| entityId: '', | ||
| ssoLoginUrl: '', | ||
| idpX509Certificate: '', |
There was a problem hiding this comment.
Could you please clarify the reason for making this change?
Also, wherever this value is being used, do we have proper checks in place to handle empty cases and prevent any unexpected behavior?
There was a problem hiding this comment.
When user upload a valid xml then we populates the data in the correct fields, but if user uploads an invalid XML then we need to clear those fields. Also we have validations for those fields, so when we make them empty, validations checks will run
|
Failed to cherry-pick changes to the 1.12.5 branch. |



Describe your changes:
Fixes #26354
I worked on ... because ...
Screen.Recording.2026-03-30.at.6.42.56.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
entityId,ssoLoginUrl, andidpX509Certificatefields from parsed metadataparseSamlMetadataXmlutility supporting Azure AD, Okta, Auth0, Google Workspace metadata formatsuse="signing"certificatesThis will update automatically on new commits.