CTT Security Username Password wrong error code #1324
johannwesely
started this conversation in
General
Replies: 2 comments 2 replies
-
In Session Services Session Change User this seems to be the same issue : |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kevin, did you have the Time to check on this ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi in Security User Name Password there seems to bee also an wrong error code:
i changed Line 132 in AbstractIdentityValidator to
throw new UaException(StatusCodes.Bad_IdentityTokenRejected);
but for case 012 it seems that the BadUserAccessDenied is overwritten by the new Bad_IdentityTokenrejected. But maybe im wrong? when i debug this i reach in AbstractUsernameIdentityValidator Line 147 where it throws BadUserAccessDenied in Method authenticateUsernameOrThrow but right after this i get to Line 132 in AbstractIdentityValidator.
Greetings Johann
Beta Was this translation helpful? Give feedback.
All reactions