Skip to content
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

Embedded CA truststore classpath name clashes with the one from MobileID Java Client #46

Open
Infeligo opened this issue Sep 1, 2020 · 1 comment

Comments

@Infeligo
Copy link

Infeligo commented Sep 1, 2020

AuthenticationResponseValidator loads trusted CA certificates from a classpath resource called trusted_certificates.jks located in resources directory of the library. However, when MobileID Java Client is also present on the classpath, another truststore with the same name is defined on the classpath and it is undetermined if SmartID Java Client loads the correct truststore or not.

My suggestion would be to rename trusted_certificates.jks to a more specific sid_trusted_certificates.jks.

@martinpaljak
Copy link

Or not load it from resources root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants