Description
The goal of this task is to display a warning indicator/message next to the IDP role, group or org name in the table if that value does not exist in the claim field values as returned from the API.
The claim field values API expects a claim field and the simplest way to provide that is to use the value entered in the sync field.
The error message could be something like "org/group/role claims field does not exist".
See idpSyncClaimFieldValues API here
https://github.com/coder/coder/blob/951a8ed98df5f1da1cce9fd6ab10a1d4828059cf/enterprise/coderd/idpsync.go#L811
