Create a Custom Authentication Scheme Using C++
Built-in authentication schemes sometimes do not provide the kind of authentication that you require. In this case, you can create a custom authentication scheme. Each authentication scheme template is an instance of a shared library that supports the Authentication API interface. When you configure an authentication scheme, you accept the default library for the authentication scheme type you want to use. For example, an authentication scheme that is based on the HTML Form Template accepts smauthhtml as its default library. For custom authentication templates implemented in C++, you specify the name of the DLL or shared library.
casso126
Built-in authentication schemes sometimes do not provide the kind of authentication that you require. In this case, you can create a custom authentication scheme. Each
CA Single Sign-On
authentication scheme template is an instance of a shared library that supports the Authentication API interface. When you configure an authentication scheme, you accept the default library for the authentication scheme type you want to use. For example, an authentication scheme that is based on the HTML Form Template accepts smauthhtml as its default library. For custom authentication templates implemented in C++, you specify the name of the DLL or shared library.The following figure illustrates the process for creating a custom authentication scheme::
To create a custom authentication scheme, complete these steps: