webMethods and Intelligent Business Operations 10.2 | Integrate Software AG Products Using Digital Event Services | Integration Server Administrator’s Guide | Customizing Authentication Using JAAS | JAAS Custom Login Module Example | JAAS Configuration File: Sample Module
 
JAAS Configuration File: Sample Module
Following is the line of code that you would add to the IS_Transport context of the JAAS configuration file, Integration Server_directory \instances\instance_name\config\is_jaas.cnf, to identify the sample login module described in this section (with a requisite designation).
IS_Transport
{
samples.login.TestModule requisite;
com.wm.app.b2b.server.auth.jaas.X509LoginModule requisite;
com.wm.app.b2b.server.auth.jaas.BasicLoginModule requisite;
com.wm.app.b2b.server.auth.jaas.SamlOSGiLoginModule requisite;
...
};

Copyright © 2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release