An authenticator that only accepts registration of a user, and after registration the user will be authenticated using the entered username
You can build the plugin by issue the command ./gradlew dist
. This will produce a folder in the build
directory with the plugin JAR file and all the dependencies needed called authenticators.autologin-after-registration
, which can be installed.
To install the plugin, copy the contents of the authenticators.autologin-after-registration
folder into ${IDSVR_HOME}/usr/share/plugins
on each node, including the admin node. For more information about installing plugins, refer to the curity.io/plugins.
Please visit curity.io for more information about the Curity Identity Server.