Skip to content

suren-khatana/username-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Username Authenticator Plugin

A demo custom authenticator plugin for the Curity Identity Server.

Building the Plugin

Build the plugin by issue the command mvn package. This will produce a JAR file in the target directory, which can be installed.

Installing the Plugin

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.

Required Dependencies

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.

More Information

Please visit curity.io for more information about the Curity Identity Server.

About

Demo authenticator for troubleshooting purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages