digst / OIOSAML.Java

Other
11 stars 11 forks source link

Absolute path is not allowed as value for oiosaml.servlet.keystore.location #67

Closed nazrulworld closed 2 years ago

nazrulworld commented 2 years ago

For production deployment I would like to use absolute path for the property value oiosaml.servlet.keystore.location but it seems not working because of https://github.com/digst/OIOSAML.Java/blob/master/oiosaml/src/main/java/dk/gov/oio/saml/service/CredentialService.java#L102

Is it intentional that the key store must be inside the classpath? Or what do you suggest for production deployment?

I am not a super expert in java :), so I request your expert opinion.