Supplier 360
- Supplier 360 10.4
- All Products
################################################################################ ### Keystore settings # Defines the file location of the keystore to use keystore.location = file:D:/Informatica/SupplierPortal/keystore/supplierPortalKeystore.jks # Defines the password of the keystore defined via ${keystore.location} property keystore.password = secret
################################################################################ ### Informatica Supplier 360 integration # Only used for Informatica Supplier 360 integration # Informatica Product 360 Supplier Portal provides a authentication method to perform a login via token verification. # This property defines the alias of the certificate used to verify the login token. # The keystore defined with ${keystore.location} needs to contain a certificate with alias configured by this property. integration.s360.certificate.alias=infaPortal
<keyStore> <file>D:/Informatica/Product360/keystore/p360serverKeystore.jks</file> <password>secret</password> </keyStore>