Skip to content

Commit

Permalink
updating sessionID
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sabiraj committed Oct 14, 2024
1 parent e0cf4de commit 3bb0d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified Solutions/Okta Single Sign-On/Package/3.0.9.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion Solutions/Okta Single Sign-On/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@
"parserVersion1": "1.0.1",
"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 @@ -785,7 +788,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s",
"SessionId": "[variables('_SessionId')]",
"Location": "Location"
},
"alertDetailsOverride": {
Expand Down

0 comments on commit 3bb0d0b

Please sign in to comment.