CTT Security Username Password wrong error code #1324
Replies: 4 comments 2 replies
-
In Session Services Session Change User this seems to be the same issue : |
Beta Was this translation helpful? Give feedback.
-
Hi Kevin, did you have the Time to check on this ? |
Beta Was this translation helpful? Give feedback.
-
@johannwesely not sure if this still matters to you, but the new demo server running the latest 1.0.0-SNAPSHOT artifact now passes the "Standard 2017 UA Server" profile, which includes these test cases and others you posted about. (minus the odd timing issue or CTT test case bug) |
Beta Was this translation helpful? Give feedback.
-
Congratulations i really apprechiate your good work. We are still interested in certifieing our milo server but i get stuck a little doing other things but will come back to certification tasks soon. Greetings Johann |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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