-
Notifications
You must be signed in to change notification settings - Fork 6
Java 8 compatible v2.2.0 release #92
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
base: v2
Are you sure you want to change the base?
Conversation
WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
…cate expiration fixes and CertificateData Optional API from main WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
…ectDN() fix from main WE2-1132 Signed-off-by: Mart Somermaa <[email protected]>
|
| final WebEidAuthToken token = replaceTokenField(AUTH_TOKEN, "X5C", NEW_MOBILE_ID_CERT); | ||
| assertThatThrownBy(() -> validator | ||
| .validate(token, VALID_CHALLENGE_NONCE)) | ||
| // FIXME: should be .isInstanceOf(UserCertificateDisallowedPolicyException.class); |
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.
In main the error is UserCertificateDisallowedPolicyException as it should be. Double-check why UserCertificateMissingPurposeException is here in v2 and if this needs addressing or not. If not, remove the FIXME.



Backport fixes from main.
WE2-1132
Signed-off-by: Mart Somermaa [email protected]