Skip to content

Commit

Permalink
MOSIP-35937 L2 Flow Negative Test Cases
Browse files Browse the repository at this point in the history
Signed-off-by: NitinHegde <[email protected]>
  • Loading branch information
hegdenitin committed Oct 8, 2024
1 parent 9331588 commit 2dfc417
Show file tree
Hide file tree
Showing 13 changed files with 2,150 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"encodedHash": "{{encodedHash}}",
"requestTime": "{{requestTime}}",
"pathFragmentCookie": "{{pathFragmentCookie}}",
"pathFragmentCookieTransactionId": "{{pathFragmentCookieTransactionId}}",
"idtToken": "{{idtToken}}",
"request": {
"transactionId": "{{transactionId}}",
"individualId": "{{individualId}}",
"challengeList" : [
{
"authFactorType" : "{{authFactorType}}",
"challenge" : "{{challenge}}",
"format": "base64url-encoded-json"
}
]
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"encodedHash": "{{encodedHash}}",
"requestTime": "{{requestTime}}",
"request": {
"transactionId": "{{transactionId}}",
"pathFragment": "{{pathFragment}}"
}
}
Loading

0 comments on commit 2dfc417

Please sign in to comment.