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:
- Navigate to the Authentication Scheme dialog in the Administrative UI.
- Enter a name and description (optional) for the authentication scheme.
- Select Custom for the authentication type.
- Enter the name of the DLL or shared library in the Scheme setup sectionThis library is your deployed authentication scheme template.
- 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.
- Click Submit.
Your custom authentication scheme is configured.