-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOSIP-38273 - Updated the unique identifier #1040
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: G Famuda Mubashira <[email protected]>
Signed-off-by: G Famuda Mubashira <[email protected]>
Signed-off-by: G Famuda Mubashira <[email protected]>
Signed-off-by: G Famuda Mubashira <[email protected]>
Signed-off-by: G Famuda Mubashira <[email protected]>
Signed-off-by: G Famuda Mubashira <[email protected]>
api-test/src/main/resources/esignet/AuthenticateUser/AuthenticateUser.yml
Outdated
Show resolved
Hide resolved
description: Authenticate user with invalid AuthFactorType VID | ||
role: resident | ||
restMethod: post | ||
checkErrorsOnlyInResponse: true | ||
validityCheckRequired: true | ||
allowedErrorCodes: invalid_challenge_length,invalid_auth_factor_type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this is removed?
@@ -1760,7 +1804,7 @@ AuthenticateUser: | |||
output: '{ | |||
"errors": [ | |||
{ | |||
"errorCode": "invalid_auth_factor_type", | |||
"errorCode": "invalid_challenge_length", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be unchanged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
except unique identifier and description, other lines are to be unchanged
Signed-off-by: G Famuda Mubashira <[email protected]>
MOSIP-38273 - Updated the unique identifier