-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-38873 verifierList and mockMDL wellknown issuer APIs (#551)
Signed-off-by: NitinHegde <[email protected]>
- Loading branch information
1 parent
83d9d10
commit 8214e3b
Showing
7 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
api-test/src/main/resources/mimoto/GetVerifierList/GetVerifierList.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
14 changes: 14 additions & 0 deletions
14
api-test/src/main/resources/mimoto/GetVerifierList/GetVerifierList.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
GetVerifierList: | ||
Mimoto_GetVerifierList_All_Valid_Smoke: | ||
endPoint: /v1/mimoto/verifiers | ||
description: Retrieving verifiers list with all valid parameters | ||
uniqueIdentifier: TC_Mimoto_GetVerifierList_01 | ||
role: resident | ||
restMethod: get | ||
checkErrorsOnlyInResponse: true | ||
inputTemplate: mimoto/GetVerifierList/GetVerifierList | ||
outputTemplate: mimoto/GetVerifierList/GetVerifierListResult | ||
input: '{ | ||
}' | ||
output: '{ | ||
}' |
1 change: 1 addition & 0 deletions
1
api-test/src/main/resources/mimoto/GetVerifierList/GetVerifierListResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
api-test/src/main/resources/mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
32 changes: 32 additions & 0 deletions
32
api-test/src/main/resources/mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
GetWellknownIssuerMockMdl: | ||
Mimoto_GetWellknownIssuerMockMdl_All_Valid_Smoke: | ||
endPoint: /v1/mimoto/issuers/MockMdl/well-known-proxy | ||
description: Retrieving verifiers list with all valid parameters | ||
uniqueIdentifier: TC_Mimoto_GetWellknownIssuerMockMdl_01 | ||
role: resident | ||
restMethod: get | ||
checkErrorsOnlyInResponse: true | ||
inputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl | ||
outputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdlResult | ||
input: '{ | ||
}' | ||
output: '{ | ||
}' | ||
Mimoto_GetWellknownIssuerMockMdl_With_MockMdl_Removed_From_URL_Neg: | ||
endPoint: /v1/mimoto/issuers/well-known-proxy | ||
description: Retrieving verifiers list with invalid URL | ||
uniqueIdentifier: TC_Mimoto_GetWellknownIssuerMockMdl_02 | ||
role: resident | ||
restMethod: get | ||
checkErrorsOnlyInResponse: true | ||
inputTemplate: mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdl | ||
outputTemplate: mimoto/error | ||
input: '{ | ||
}' | ||
output: '{ | ||
"errors":[ | ||
{ | ||
"errorCode":"RESIDENT-APP-035" | ||
} | ||
] | ||
}' |
1 change: 1 addition & 0 deletions
1
...t/src/main/resources/mimoto/GetWellknownIssuerMockMdl/GetWellknownIssuerMockMdlResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters