Skip to content

Commit

Permalink
Merge pull request #11694 from Azure/v-sabiraj-fixingvalidationforokta
Browse files Browse the repository at this point in the history
Fixing validations for OKTA
  • Loading branch information
v-atulyadav authored Jan 22, 2025
2 parents 7736724 + 6966a13 commit c293ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit c293ef2

Please sign in to comment.