Skip to content

Commit

Permalink
Merge pull request #9246 from Azure/v-rusraut/OktaSingleSign-On
Browse files Browse the repository at this point in the history
updated mainTemplate and zip
  • Loading branch information
v-atulyadav authored Oct 19, 2023
2 parents 2748130 + d091152 commit d28512d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified Solutions/Okta Single Sign-On/Package/3.0.0.zip
Binary file not shown.
8 changes: 5 additions & 3 deletions Solutions/Okta Single Sign-On/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@
"huntingQueryId10": "[resourceId('Microsoft.OperationalInsights/savedSearches', variables('_huntingQuerycontentId10'))]",
"huntingQueryTemplateSpecName10": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-hq-',uniquestring(variables('_huntingQuerycontentId10'))))]",
"_huntingQuerycontentProductId10": "[concat(take(variables('_solutionId'),50),'-','hq','-', uniqueString(concat(variables('_solutionId'),'-','HuntingQuery','-',variables('_huntingQuerycontentId10'),'-', variables('huntingQueryVersion10'))))]",
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
"Session": "authenticationContext_externalSessionId_s",
"_Session": "[variables('Session')]"
},
"resources": [
{
Expand Down Expand Up @@ -3830,7 +3832,7 @@
],
"customDetails": {
"Location": "Location",
"SessionId": "authenticationContext_externalSessionId_s"
"SessionId": "[variables('_Session')]"
},
"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",
Expand Down Expand Up @@ -4062,7 +4064,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s"
"SessionId": "[variables('_Session')]"
}
}
},
Expand Down

0 comments on commit d28512d

Please sign in to comment.