Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TLS certificate based authentication can be configured by following the steps below.

  1. Log in to the Access Point admin UI.

  2. Create a new plugin user using the “Certificate” type.

  3. Type in the Plugin User details - including the certificate ID.

  4. Click OK and then Save.

  5. Import the backend information system’s client certificate to the Access Point’s TLS truststore following these instructions.

  6. Send a test request using the Original User and its client certificate. For example:

    1. Code Block
      curl -E <MY_CERT>.pem --key <MY_KEY>.pem --header "Content-Type: text/xml;charset=UTF-8" --data @<MY_REQUEST_FILE>.xml https://<MY_AP_HOST>:8443/services/backend -v -k

...