Skip to content

feat: show warning on unrecognized idp group and role mapping claims #16485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyn…
…cPageView.tsx

Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
  • Loading branch information
aslilac and jaaydenh authored Feb 6, 2025
commit 06ba32deefe1e4ff24ef16df32b3394e67b0206d
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
<TriangleAlert className="size-icon-sm cursor-pointer text-content-warning" />
<TriangleAlert className="size-icon-xs cursor-pointer text-content-warning" />
</TooltipTrigger>
<TooltipContent className="p-2 text-xs text-content-secondary max-w-sm">
This value has not be seen in the specified claim field
Expand Down
Loading