Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaged okta solution #11745

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
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
Binary file modified Solutions/Okta Single Sign-On/Package/3.1.2.zip
Binary file not shown.
76 changes: 40 additions & 36 deletions Solutions/Okta Single Sign-On/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,22 +296,22 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "FullName",
"columnName": "actor_alternateId_s"
}
],
"entityType": "Account"
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "ClientIP"
}
],
"entityType": "IP"
]
}
]
}
Expand Down Expand Up @@ -418,13 +418,13 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "FullName",
"columnName": "actor_alternateId_s"
}
],
"entityType": "Account"
]
}
]
}
Expand Down Expand Up @@ -531,13 +531,13 @@
],
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "client_ipAddress_s"
}
],
"entityType": "IP"
]
}
]
}
Expand Down Expand Up @@ -641,6 +641,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -650,17 +651,16 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "client_ipAddress_s"
}
],
"entityType": "IP"
]
}
],
"customDetails": {
Expand Down Expand Up @@ -770,6 +770,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -779,26 +780,25 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "client_ipAddress_s"
}
],
"entityType": "IP"
]
}
],
"customDetails": {
"Location": "Location",
"SessionId": "[variables('_SessionId')]"
},
"alertDetailsOverride": {
"alertDescriptionFormat": "This query identifies users seen login from new geo location/country {{Location}} as well as a new device and performing critical operations\n",
"alertDisplayNameFormat": "New Device/Location {{Location}} sign-in along with critical operation"
"alertDisplayNameFormat": "New Device/Location {{Location}} sign-in along with critical operation",
"alertDescriptionFormat": "This query identifies users seen login from new geo location/country {{Location}} as well as a new device and performing critical operations\n"
}
}
},
Expand Down Expand Up @@ -901,6 +901,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -910,8 +911,7 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
}
]
}
Expand Down Expand Up @@ -1015,6 +1015,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -1024,17 +1025,16 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "client_ipAddress_s"
}
],
"entityType": "IP"
]
}
],
"customDetails": {
Expand Down Expand Up @@ -1141,6 +1141,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -1150,17 +1151,16 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "client_ipAddress_s"
}
],
"entityType": "IP"
]
}
]
}
Expand Down Expand Up @@ -1268,6 +1268,7 @@
],
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
Expand All @@ -1277,8 +1278,7 @@
"identifier": "DisplayName",
"columnName": "actor_displayName_s"
}
],
"entityType": "Account"
]
}
]
}
Expand Down Expand Up @@ -2560,16 +2560,20 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorCCPVersion')]",
"parameters": {
"apikey": {
"defaultValue": "-NA-",
"type": "securestring",
"minLength": 1
"innerWorkspace": {
"defaultValue": "[parameters('workspace')]",
"type": "string"
},
"domainname": {
"defaultValue": "Enter domainname value",
"type": "string",
"minLength": 1
},
"apikey": {
"defaultValue": "-NA-",
"type": "securestring",
"minLength": 4
},
"connectorDefinitionName": {
"defaultValue": "Okta Single Sign-On",
"type": "string",
Expand Down Expand Up @@ -2618,7 +2622,7 @@
}
},
{
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/', '{{innerWorkspace}}/Microsoft.SecurityInsights/OktaDCV1_{{domainname}}')]",
"name": "[[concat(parameters('innerWorkspace'), '/Microsoft.SecurityInsights', '/OktaDCV1_', parameters('domainname'))]",
"apiVersion": "2023-02-01-preview",
"type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors",
"location": "[parameters('workspace-location')]",
Expand Down Expand Up @@ -4799,7 +4803,7 @@
],
"metadata": {
"comments": "This OKTA connector uses okta API to perform different actions on the user accounts.",
"lastUpdateTime": "2025-01-06T15:31:31.854Z",
"lastUpdateTime": "2025-01-30T12:53:51.440Z",
"releaseNotes": {
"version": "1.0",
"title": "[variables('blanks')]",
Expand Down
Loading