A Kotlin-based anonymous username authenticator plugin for the Curity Identity Server.
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.anonymous
, which can be installed.
To install the plugin, copy the contents of the authenticators.anonymous
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.