Deploy the Java Custom Authentication Scheme Template
To deploy a custom authentication scheme, place the file name of the implementation class in the Java classpath of the JVMOptions.txt file.
casso1283
To deploy a custom authentication scheme, place the file name of the implementation class in the Java classpath of the JVMOptions.txt file.
Follow these steps:
- Open the JVMOptions.txt file in a text editor. The JVMOptions.txt file is located in Netegrity/siteminder/config within theSiteMinderinstallation path.
- In thejava.class.pathdirective, specify the file path to the custom jar file. For example, an entry for the custom class AuthApiSample.jar is shown in blue:-Djava.class.path=C:/Program Files (x86)/CA/siteminder/resources;C:/Program Files (x86)/CA/siteminder/config/properties;C:/Program Files (x86)/CA/siteminder/bin/jars/smbootstrap.jar;C:/Program Files (x86)/CA/sdk/samples/javaauthapi/AuthApiSample.jar
- Restart the Policy Server.
The library is updated with your custom class.
For more information, see the running the java custom authentication scheme included with the sample SDK knowledge base article.