Configure Java Keystore authentication

You can configure authentication via Java Keystore in the API Engine to communicate with your webservices.

Prerequisites

To use Java Keystore authentication, you need to perform the following actions before you start Tosca:

  • Install Java on your machine.

  • Set the JAVA_HOME environment variable to the Java installation's bin folder.

Configuration

To configure authentication via Java Keystore, follow the steps below:

  1. Select your API Module.

  2. In the Technical View, click on the Auth tab.

  3. In the Authentication drop-down menu, select Java Keystore.

  1. In the Keystore field, enter the file path to your .jks file.

  2. If required, enter your Keystore Password.

    If your keystore doesn't require a password, leave the field empty.

  3. Select your certificate from the Certificate drop-down menu.

  4. If required, enter your Certificate Password.

    If your certificate doesn't require a password, leave the field empty.

Configure Java Keystore authentication