Skip to content

curityio/rest-dap-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Data Access Plugin Example

Quality Availability

This repository shows an example Data Access Provider Plugin for the Curity Identity Server. It shows how to use a RESTful JSON web service as a data source.

Note that the Curity Identity Server has a JSON Data Access Provider bundled if you need the functionality in a production environment. This repository serves as a demo of how such a feature can be implemented. You can use it to base your work on.

Building the Plugin

Build the plugin by running 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 into ${IDSVR_HOME}/usr/share/plugins/${pluginGroup} on each node, including the admin node. For more information about installing plugins, refer to the plugins documentation.

Running Tests

Run unit tests with:

mvn test

Or to run a specific test class use:

mvn test -Dtest=JsonCredentialDataAccessProviderSpecification

More Information

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

About

A Data Access Provider plug-in for Curity that calls a RESTful Web service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors