# Integrate the Java adapter

Here are the steps to integrate the Java adapter into your application:

  1. Make sure that your application is configured (please see previous section) and that the configuration folder is accessible by your web server.
  2. Set a system property for your web server named adapter.properties.file with the value equal to the adapter.properties configuration file path.
  3. Add the sp-client-saml-*.jar to your project. The jar can be found in the provided archive under the lib folder

You are now set, you can use the Java adapter in your application.

# The Java adapter API

The API is described in the “javadoc” folder that can be found in the provided archive.

Last updated: 4/11/23, 2:27:56 PM UTC