A demo custom authenticator plugin for the Curity Identity Server.
Build the plugin by issue the command mvn package
. This will produce a JAR file in the target
directory, which can be installed.
To install the plugin, copy the compiled JAR (and all of its dependencies) into the :file:`${IDSVR_HOME}/usr/share/plugins/${pluginGroup}` on each node, including the admin node. For more information about installing plugins, refer to the curity.io/plugins.
For a list of the dependencies and their versions, run mvn dependency:list
. Ensure that all of these are installed in the plugin group; otherwise, they will not be accessible to this plug-in and run-time errors will result.
Please visit curity.io for more information about the Curity Identity Server.