OIDCClaimFields returns a list of distinct keys in the the merged_claims fields. This query is used to generate the list of available sync fields for idp sync settings.
(ctx context.Context, organizationID uuid.UUID)
| 1082 | // OIDCClaimFields returns a list of distinct keys in the the merged_claims fields. |
| 1083 | // This query is used to generate the list of available sync fields for idp sync settings. |
| 1084 | OIDCClaimFields(ctx context.Context, organizationID uuid.UUID) ([]string, error) |
| 1085 | // Arguments are optional with uuid.Nil to ignore. |
| 1086 | // - Use just 'organization_id' to get all members of an org |
| 1087 | // - Use just 'user_id' to get all orgs a user is a member of |
no outgoing calls