Skip to content

Commit

Permalink
Merge pull request mosip#1311 from nandhu-kumar/camdgc-develop
Browse files Browse the repository at this point in the history
ES-725, ES-619
  • Loading branch information
kamalsinghthoughtworks authored Jan 29, 2024
2 parents 9a8b4b7 + 31f1383 commit aac0ffb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,4 @@ GenerateChallengeForResetPasswordNegTC:
"errorCode": "invalid_request"
}
]
}'

ESignet_GenerateChallengeForResetPasswordNegTC_WithOut_Registration_Neg:
endPoint: /v1/signup/registration/generate-challenge
role: resident
restMethod: post
inputTemplate: esignet/GenerateChallengeForResetPasswordNegTC/GenerateChallengeForResetPasswordNegTC
outputTemplate: esignet/error
input: '{
"identifier": "$PHONENUMBERFROMREGEXFORSIGNUP$",
"captchaToken": "",
"purpose": "RESET_PASSWORD",
"requestTime": "$TIMESTAMP$"
}'
output: '{
"errors": [
{
"errorCode": "invalid_request"
}
]
}'
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,4 @@ OAuthDetailsRequestV2:
}'
output: '{

}'

ESignet_OAuthDetailsRequest_V2_uin_2ndLang_all_Valid_Smoke_sid:
endPoint: /v1/esignet/authorization/v2/oauth-details
role: resident
restMethod: post
checkErrorsOnlyInResponse: true
inputTemplate: esignet/OAuthDetailsRequestV2/OAuthDetailsRequest
outputTemplate: esignet/OAuthDetailsRequestV2/OAuthDetailsRequestResult
input: '{
"requestTime": "$TIMESTAMP$",
"clientId": "$ID:CreateOIDCClientV2_all_Valid_Smoke_sid_clientId$",
"scope": "mosip_identity_vc_ldp",
"responseType": "code",
"redirectUri": "$IDPREDIRECTURI$",
"display": "popup",
"prompt": "login",
"acrValues": "mosip:idp:acr:generated-code mosip:idp:acr:linked-wallet mosip:idp:acr:biometrics",
"nonce": "973eieljzng",
"state": "eree2311",
"claimsLocales": "$2NDLANG$",
"codeChallenge": "$CODECHALLENGE$",
"codeChallengeMethod": "S256"
}'
output: '{

}'

0 comments on commit aac0ffb

Please sign in to comment.