Configure a Custom Authentication Scheme Instance

After you have deployed a custom authentication template, specify this template when you configure an authentication scheme instance.
casso1283
After you have deployed a custom authentication template, specify this template when you configure an authentication scheme instance.
Follow these steps:
  1. Navigate to the Authentication Scheme dialog in the Administrative UI.
  2. Enter a name and description (optional) for the authentication scheme.
  3. Select Custom for the authentication type.
  4. Enter the name of the DLL or shared library in the Scheme setup section
    This library is your deployed authentication scheme template.
  5. Enter any parameters in the parameter field after the class name. A space character separates the class name from the parameters list.
    The parameters are passed as a single string. Parameters can be delimited in any way that the custom class requires.
  6. Click Submit.
Your custom authentication scheme is configured.