Skip to content

Commit

Permalink
Merge pull request #11745 from Azure/v-shukore/oktasinglesignon
Browse files Browse the repository at this point in the history
packaged okta solution
  • Loading branch information
v-prasadboke authored Feb 3, 2025
2 parents f149b12 + 5c7dd5a commit 22cc63e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
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

0 comments on commit 22cc63e

Please sign in to comment.