Skip to content
Open
Changes from all commits
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
142 changes: 122 additions & 20 deletions internal/generate/connector_schema/connector-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@
}
}
},
{
"name": "Akamai Account Protector",
"connectorId": "akamaiApConnector",
"connectorCategories": [
{
"name": "",
"value": ""
}
],
"properties": {}
},
{
"name": "Akamai MFA",
"connectorId": "akamaiConnector",
Expand Down Expand Up @@ -5109,7 +5120,7 @@
}
},
{
"name": "PingOne Forms",
"name": "Form",
"connectorId": "pingOneFormsConnector",
"connectorCategories": [
{
Expand Down Expand Up @@ -5584,25 +5595,6 @@
}
}
},
{
"name": "Scopes",
"connectorId": "scopesConnector",
"connectorCategories": [
{
"name": "Core",
"value": "core"
}
],
"properties": {
"scopes": {
"type": "array",
"displayName": "Scopes/Permissions to request user consent for",
"createdDate": 1694542169686,
"preferredControlType": "tableViewScopes",
"info": "An array of scopes"
}
}
},
{
"name": "ScrambleID",
"connectorId": "scrambleIdConnector",
Expand Down Expand Up @@ -6082,6 +6074,116 @@
],
"properties": {}
},
{
"name": "Symantec VIP",
"connectorId": "symc",
"connectorCategories": [
{
"name": "Authenticate",
"value": "authenticate"
}
],
"properties": {
"authDescription": {
"type": "string",
"displayName": "Authentication Description",
"createdDate": 1694542169716,
"preferredControlType": "textField",
"info": ""
},
"connectorName": {
"type": "string",
"displayName": "Connector Name",
"createdDate": 1694542169723,
"preferredControlType": "textField",
"info": ""
},
"description": {
"type": "string",
"displayName": "Description",
"createdDate": 1694542169636,
"preferredControlType": "textField",
"info": ""
},
"details1": {
"type": "string",
"displayName": "Credentials Details 1",
"createdDate": 1694542169712,
"preferredControlType": "textField",
"info": ""
},
"details2": {
"type": "string",
"displayName": "Credentials Details 2",
"createdDate": 1694542169591,
"preferredControlType": "textField",
"info": ""
},
"iconUrl": {
"type": "string",
"displayName": "Icon URL",
"createdDate": 1694542169721,
"preferredControlType": "textField",
"info": ""
},
"iconUrlPng": {
"type": "string",
"displayName": "Icon URL in PNG",
"createdDate": 1694542169592,
"preferredControlType": "textField",
"info": ""
},
"pfxBase64": {
"type": "string",
"displayName": "PFX File (Base64 encoded)",
"createdDate": 1694542169639,
"preferredControlType": "textField",
"info": ""
},
"pfxPassword": {
"type": "string",
"displayName": "PFX Password",
"createdDate": 1694542169605,
"preferredControlType": "textField",
"info": ""
},
"pushLoginEnabled": {
"type": "boolean",
"displayName": "Enable Push Sign On",
"createdDate": 1694542169638,
"preferredControlType": "toggleSwitch",
"info": ""
},
"showCredAddedOn": {
"type": "boolean",
"displayName": "Show Credentials Added On?",
"createdDate": 1694542169614,
"preferredControlType": "toggleSwitch",
"info": ""
},
"showCredAddedVia": {
"type": "boolean",
"displayName": "Show Credentials Added through ?",
"createdDate": 1694542169610,
"preferredControlType": "toggleSwitch",
"info": ""
},
"title": {
"type": "string",
"displayName": "Title",
"createdDate": 1694542169716,
"preferredControlType": "textField",
"info": ""
},
"toolTip": {
"type": "string",
"displayName": "Tooltip",
"createdDate": 1694542169555,
"preferredControlType": "textField",
"info": ""
}
}
},
{
"name": "Telesign",
"connectorId": "telesignConnector",
Expand Down