Skip to content

A Kotlin based username authenticator for Curity Identity server

License

Notifications You must be signed in to change notification settings

curityio/username-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Username Authenticator Plugin

https://img.shields.io/badge/quality-production-green https://img.shields.io/badge/availability-bundled-green

A Kotlin-based username authenticator plugin for the Curity Identity Server.

Building the Plugin

You can 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 ${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.