Skip to content
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.
6 changes: 4 additions & 2 deletions Solutions/Okta Single Sign-On/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@
"parserVersion1": "1.0.2",
"parserContentId1": "OktaSSO-Parser"
},
"SessionId": "authenticationContext_externalSessionId_s",
"_SessionId": "[variables('SessionId')]",
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
},
"resources": [
Expand Down Expand Up @@ -792,7 +794,7 @@
],
"customDetails": {
"Location": "Location",
"SessionId": "authenticationContext_externalSessionId_s"
"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",
Expand Down Expand Up @@ -1036,7 +1038,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s"
"SessionId": "[variables('_SessionId')]"
}
}
},
Expand Down
Loading