Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit f8d8cfb

Browse files
committed
Update connector schema
1 parent 6f0f283 commit f8d8cfb

2 files changed

Lines changed: 27 additions & 8 deletions

File tree

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457/go.mod h1:pRgIJT+bRLFK
632632
golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
633633
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
634634
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
635+
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
635636
golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
636637
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
637638
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=

internal/generate/connector_schema/connector-schema.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@
17931793
}
17941794
},
17951795
{
1796-
"name": "Red Violet",
1796+
"name": "IDI coreIDENTITY",
17971797
"connectorId": "connectorIdiVERIFIED",
17981798
"connectorCategories": [
17991799
{
@@ -1805,12 +1805,12 @@
18051805
"apiSecret": {
18061806
"displayName": "API Secret",
18071807
"preferredControlType": "textField",
1808-
"info": "Please enter your API secret that Red Violet has provided you"
1808+
"info": "Please enter your API secret that IDI coreIDENTITY has provided you"
18091809
},
18101810
"companyKey": {
18111811
"displayName": "Company Key",
18121812
"preferredControlType": "textField",
1813-
"info": "Please enter the company key that Red Violet has assigned"
1813+
"info": "Please enter the company key that IDI coreIDENTITY has assigned"
18141814
},
18151815
"idiEnv": {
18161816
"type": "string",
@@ -1821,12 +1821,12 @@
18211821
"siteKey": {
18221822
"displayName": "Site Key",
18231823
"preferredControlType": "textField",
1824-
"info": "Please enter your site key that Red Violet has provided you"
1824+
"info": "Please enter your site key that IDI coreIDENTITY has provided you"
18251825
},
18261826
"uniqueUrl": {
18271827
"displayName": "Unique URL",
18281828
"preferredControlType": "textField",
1829-
"info": "Please enter your unique URL that Red Violet has provided you"
1829+
"info": "Please enter your unique URL that IDI coreIDENTITY has provided you"
18301830
}
18311831
}
18321832
},
@@ -2372,7 +2372,7 @@
23722372
}
23732373
},
23742374
{
2375-
"name": "Svipe",
2375+
"name": "iProov OIDC",
23762376
"connectorId": "connectorSvipe",
23772377
"connectorCategories": [
23782378
{
@@ -3598,6 +3598,24 @@
35983598
}
35993599
}
36003600
},
3601+
{
3602+
"name": "IDmission - OIDC",
3603+
"connectorId": "idmissionOidcConnector",
3604+
"connectorCategories": [
3605+
{
3606+
"name": "Verify",
3607+
"value": "verify"
3608+
}
3609+
],
3610+
"properties": {
3611+
"customAuth": {
3612+
"type": "array",
3613+
"displayName": "Custom Parameters",
3614+
"createdDate": 1694542169719,
3615+
"info": ""
3616+
}
3617+
}
3618+
},
36013619
{
36023620
"name": "IdRamp",
36033621
"connectorId": "idrampOidcConnector",
@@ -3985,7 +4003,7 @@
39854003
}
39864004
},
39874005
{
3988-
"name": "iProov",
4006+
"name": "iProov API",
39894007
"connectorId": "iproovV2Connector",
39904008
"connectorCategories": [
39914009
{
@@ -4009,7 +4027,7 @@
40094027
"tenant": {
40104028
"displayName": "iProov Tenant",
40114029
"preferredControlType": "textField",
4012-
"info": "The iProov tenant URL. This can be obtained from your iPortal account. Please contact support@iproov.com for more information."
4030+
"info": "The iProov tenant URL (do not include https://). This can be obtained from your iPortal account. Please contact support@iproov.com for more information."
40134031
}
40144032
}
40154033
},

0 commit comments

Comments
 (0)