Skip to content

Commit e55e0a8

Browse files
committed
add warning description
1 parent 63ca763 commit e55e0a8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyncPageView.tsx

+10-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,16 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
416416
<Stack direction="row" alignItems="center" spacing={1}>
417417
{idpOrg}
418418
{!exists && (
419-
<TriangleAlert className="size-icon-sm cursor-pointer text-content-warning" />
419+
<Popover>
420+
<PopoverTrigger asChild>
421+
<TriangleAlert className="size-icon-sm cursor-pointer text-content-warning" />
422+
</PopoverTrigger>
423+
<PopoverContent className="p-2 text-xs text-content-secondary">
424+
This value has not be seen in the specified claim field before.
425+
You might want to check your IdP configuration and ensure that
426+
this value is not misspelled.
427+
</PopoverContent>
428+
</Popover>
420429
)}
421430
</Stack>
422431
</TableCell>

0 commit comments

Comments
 (0)