feat(ui): add SSO and API Key link cards to Integrations page#9570
Merged
Alan-TheGentleman merged 3 commits intomasterfrom Dec 17, 2025
Conversation
Add two new cards to the Integrations page that redirect users to the User Profile where SSO and API Key management are located. This improves discoverability of these features. - Add reusable LinkCard component in shared/ - Add SsoLinkCard component using LinkCard - Add ApiKeyLinkCard component using LinkCard - Export new components from integrations index - Design consistent with existing integration cards
Contributor
|
✅ All necessary |
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
🔒 Container Security ScanImage: ✅ No Vulnerabilities DetectedThe container image passed all security checks. No known CVEs were found.📋 Resources:
|
alejandrobailo
requested changes
Dec 16, 2025
alejandrobailo
approved these changes
Dec 17, 2025
Hamza-abughazaleh
pushed a commit
to Raed-sh/prowler
that referenced
this pull request
Feb 11, 2026
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.

Context
Screen.Recording.2025-12-16.at.13.09.33.mov
Fix #PROWLER-505
Users frequently ask where to find SSO configuration and API Key management because these features are not easily discoverable in the current navigation. Both are only accessible through User Profile, but users expect to find them under Integrations as well.
Description
Add two new link cards to the Integrations page that redirect users to User Profile where SSO and API Key management are located:
/profilewhere SAML SSO configuration is available/profilewhere API key management is availableBoth cards follow the same design pattern as existing integration cards (S3, Security Hub, Jira) and include:
Technical implementation:
LinkCardcomponent incomponents/integrations/shared/to avoid code duplicationSsoLinkCardandApiKeyLinkCardare thin wrappers aroundLinkCardwith specific propsSteps to review
/integrations/profileChecklist
UI
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.