Skip to content

Commit c293ef2

Browse files
authored
Merge pull request #11694 from Azure/v-sabiraj-fixingvalidationforokta
Fixing validations for OKTA
2 parents 7736724 + 6966a13 commit c293ef2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
-297 Bytes
Binary file not shown.

Solutions/Okta Single Sign-On/Package/mainTemplate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@
234234
"parserVersion1": "1.0.2",
235235
"parserContentId1": "OktaSSO-Parser"
236236
},
237+
"SessionId": "authenticationContext_externalSessionId_s",
238+
"_SessionId": "[variables('SessionId')]",
237239
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
238240
},
239241
"resources": [
@@ -792,7 +794,7 @@
792794
],
793795
"customDetails": {
794796
"Location": "Location",
795-
"SessionId": "authenticationContext_externalSessionId_s"
797+
"SessionId": "[variables('_SessionId')]"
796798
},
797799
"alertDetailsOverride": {
798800
"alertDescriptionFormat": "This query identifies users seen login from new geo location/country {{Location}} as well as a new device and performing critical operations\n",
@@ -1036,7 +1038,7 @@
10361038
}
10371039
],
10381040
"customDetails": {
1039-
"SessionId": "authenticationContext_externalSessionId_s"
1041+
"SessionId": "[variables('_SessionId')]"
10401042
}
10411043
}
10421044
},

0 commit comments

Comments
 (0)