Skip to content

Commit

Permalink
arm ttk resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
v-prasadboke committed Nov 27, 2024
1 parent 0699a20 commit d2e8d7b
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.0.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 @@ -785,7 +787,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s",
"SessionId": "[variables('_SessionId')]",
"Location": "Location"
},
"alertDetailsOverride": {
Expand Down Expand Up @@ -1030,7 +1032,7 @@
}
],
"customDetails": {
"SessionId": "authenticationContext_externalSessionId_s"
"SessionId": "[variables('_SessionId')]"
}
}
},
Expand Down

0 comments on commit d2e8d7b

Please sign in to comment.