Sample auth module

This module is a template for creating a custom authentication module for MWS. By default, the module extracts a client certificate name from the HTTP header and uses the subject for the userid.

To use this module, import into Designer and view as a legacy portlet. Customize the CustAuthHandler service to extract/process the headers you require.

The WEB-INF directory, viewable in the Java perspective contains configuration files to register the handler and auth scheme.