Skip to content

Commit

Permalink
ES-2132 - Added the correct error for claim with empty array (#1083)
Browse files Browse the repository at this point in the history
* Updated the empty claim value as null

Signed-off-by: Mohanachandran S <[email protected]>

* Updated the error code

Signed-off-by: Mohanachandran S <[email protected]>

* ES-2132 - updated the empty claim value as null instead of empty array

Signed-off-by: Mohanachandran S <[email protected]>

* ES-2132 - Added the correct error for claim with empty array

Signed-off-by: Mohanachandran S <[email protected]>

---------

Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Jan 3, 2025
1 parent 9e17054 commit 632932b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ OAuthDetailsRequestLinkedConsent:
output: '{
"errors": [
{
"errorCode": "unknown_error",
"errorCode": "invalid_claim",
"errorMessage": "$IGNORE$"
}
]
Expand Down

0 comments on commit 632932b

Please sign in to comment.