cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAML/SSO in CCV2: FileNotFoundException for samlKeystore.jks

former_member645484
Discoverer
0 Likes
991

System is not able to find the file "samlKeystore.jks" which is needed for SAML SSO (single sign-on) integration.

We have created a custom extension called honeywellsinglesignon and added the file at location /honeywellsinglesignon/resources/security/samlKeystore.jks and tried to read the file using local.properties as below. But system is unable to find the file with error

Caused by: java.io.FileNotFoundException: /opt/workspace/build/customer-project/honeywellsinglesignon/resources/security/samlKeystore.jks (No such file or directory)

  • sso.keystore.location=file:/opt/workspace/build/customer-project/honeywellsinglesignon/resources/security/samlKeystore.jks

What relative file location value we have to specify for the property sso.keystore.location?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member87164
Active Contributor

Hi,

UPD try to use file: prefix. sso.keystore.location=file:${HYBRIS_CONFIG_DIR}/security/samlKeystore.jks

Pls look into : https://wiki.hybris.com/pages/viewpage.action?pageId=292374586

Br,

Keshav